Method | Description | |
---|---|---|
Bool ( string nodeName ) : bool |
Gets the bool value from node
|
|
BoolVal ( ) : bool | ||
Double ( string nodeName ) : double |
Gets double value from node
|
|
Float ( string nodeName ) : float |
Gets float value from node
|
|
Int ( string nodeName ) : int |
Gets the int value from node
|
|
IntVal ( ) : int | ||
String ( string nodeName ) : string |
Gets the string value from node
|
|
UseNode ( |
Set active node
|
public static Bool ( string nodeName ) : bool | ||
nodeName | string | node |
return | bool |
public static Double ( string nodeName ) : double | ||
nodeName | string | node |
return | double |
public static Float ( string nodeName ) : float | ||
nodeName | string | node |
return | float |
public static Int ( string nodeName ) : int | ||
nodeName | string | node |
return | int |
public static String ( string nodeName ) : string | ||
nodeName | string | node |
return | string |
public static UseNode ( |
||
node | node to be used as active | |
return | void |