Loading...
Searching...
No Matches
ScriptValue Interface Reference

Represents a named, type-flexible data holder for use in script APIs. More...

Inheritance diagram for ScriptValue:
ScriptAndConfig Managed ScriptValueArrayFloat ScriptValueBool ScriptValueFloat ScriptValueInt ScriptValueManaged ScriptValueResourceName ScriptValueString ScriptValueVector

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)
 

Detailed Description

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.

Member Function Documentation

◆ SetName()

proto external void ScriptValue.SetName ( string name)

The documentation for this interface was generated from the following file: