SScriptingData

Index

Functions Index

Function Name

object GetVariable (string name)

void SetVariable (string name, DynValue property, bool persistent=false)

Properties Index

Property Name

bool Enabled get set

string[] Variables get

string ComponentName get

SGameObject GameObject get

Functions

GetVariable

object GetVariable (string name)

Return the object of the variable.

Parameter
Type
Description

SetVariable

void SetVariable (string name, DynValue property, bool persistent=false)

Set properties to variable.

Parameter
Type
Description

Properties

Enabled

bool Enabled get set

Is the ScriptingData component Enabled?

Variables

string[] Variables get

Property Description

ComponentName

string ComponentName get

The name of this component.

GameObject

SGameObject GameObject get

Property Description

Last updated

Was this helpful?