-
Notifications
You must be signed in to change notification settings - Fork 1
String
Hyomoto edited this page Dec 12, 2020
·
13 revisions
Jump To | Go Back |
Arguments | Methods | Variables |
---|
Implements: None
Provides a wrapper for the basic string data type, as well as an interface for implementing extended String types.
var _string = new String( "Hello World!" );
Name | Type | Purpose |
---|---|---|
string | string |
Sets the initial contents of this String |
Jump To | top |
size | set | draw | draw_ext | width | height | is | toArray | toString |
---|
Returns: N/A undefined
Name | Type | Purpose |
---|---|---|
None |
returns the number of characters in the String
Returns: N/A undefined
Name | Type | Purpose |
---|---|---|
string | string |
Sets the contents of this String |
Returns: N/A undefined
Name | Type | Purpose |
---|---|---|
_x | undef |
none provided |
_y | undef |
none provided |
_font | undef |
none provided |
_color | undef |
none provided |
Returns: N/A undefined
Name | Type | Purpose |
---|---|---|
_x | undef |
none provided |
_y | undef |
none provided |
_font | undef |
none provided |
_color | undef |
none provided |
_halign | undef |
none provided |
_valign | undef |
none provided |
Returns: N/A undefined
Name | Type | Purpose |
---|---|---|
_font | undef |
none provided |
Returns: N/A undefined
Name | Type | Purpose |
---|---|---|
_font | undef |
none provided |
Returns: boolean (true
or false
)
Name | Type | Purpose |
---|---|---|
type | Constructor |
The Constructor to compare this against. |
Returns true
if the provided type is String.
Returns: array ([values...]
)
Name | Type | Purpose |
---|---|---|
None |
Returns the structure as a array.
Returns: string ("string"
)
Name | Type | Purpose |
---|---|---|
None |
Returns the structure as a string.
Jump To | top |
---|
- content - none provided
Devon Mullane 2020