AGS.Plugin.Lua.LuaCodeDom.LuaExpression.Call.GetType C# (CSharp) Method

GetType() public method

public GetType ( ) : LuaValueType
return LuaValueType
            public override LuaValueType GetType()
            {
                return CallingOn.ReturnType;
            }
LuaExpression.Call