DATA Category
Nodes for reading, writing, and manipulating data: BGE properties, strings, and system time.
Available Nodes
| Node | Type | Description |
|---|---|---|
| Get Property | Data | Reads a BGE property from the object |
| Set Property | Action | Writes a value to a BGE property |
| Timer | Data | Returns the absolute system time |
| Concat String | Data | Concatenates two strings with a separator |
| Format String | Data | Formats a template string with up to 4 values |
| Number To String | Data | Converts a number to a string with prefix/suffix |
| String Length | Data | Returns the length of a string |
| String Contains | Branch | Detects whether a string contains another |
| String Equal | Branch | Compares two strings with case-sensitive option |