Pokemon3D.Scripting.Types.SVariable.ExecuteMethod C# (CSharp) Method

ExecuteMethod() private method

private ExecuteMethod ( ScriptProcessor processor, string methodName, SObject caller, SObject This, SObject parameters ) : SObject
processor ScriptProcessor
methodName string
caller SObject
This SObject
parameters SObject
return SObject
        internal override SObject ExecuteMethod(ScriptProcessor processor, string methodName, SObject caller, SObject This, SObject[] parameters)
        {
            return Data.ExecuteMethod(processor, methodName, caller, This, parameters);
        }