|
Represents a named, type-flexible data holder for use in script APIs. More...
Public Member Functions | |
| proto external void | SetName (string name) |
Public Member Functions inherited from Managed | |
| proto external ref Managed | Clone () |
| Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Represents a named, type-flexible data holder for use in script APIs.
ScriptValue encapsulates a uniquely identified variable with a name and an extensible value. It can be used in various systems to store and access dynamically-typed data associated with a name and GUID.
For inherited classes, the first data member is used as data holder and its type is used as type of the specific ScriptValue.
| proto external void ScriptValue.SetName | ( | string | name | ) |