public InitStandardObjects ( ScriptableObject scope ) : Scriptable | ||
scope | ScriptableObject | /// the scope to initialize, or null, in which case a new /// object will be created to serve as the scope /// |
return | Scriptable |
This method must be called to initialize a scope before scripts can be evaluated in that scope.
This method does not affect the Context it is called upon.
public InitStandardObjects ( ScriptableObject scope ) : Scriptable | ||
scope | ScriptableObject | /// the scope to initialize, or null, in which case a new /// object will be created to serve as the scope /// |
return | Scriptable |