parse_custom_node


Description:

public abstract bool parse_custom_node (Script script, Value value, string name, Node node)

Parses the passed JSON node.

The implementation must set the type of the passed Value pointer using Value.

Parameters:

this

a Scriptable

script

the Script creating the scriptable instance

value

the generic value to be set

name

the name of the node

node

the JSON node to be parsed

Returns:

true if the node was successfully parsed, false otherwise.