C# 클래스 AGS.Plugin.Lua.LuaCodeDom.LuaExpression.Call

상속: LuaExpression
파일 보기 프로젝트 열기: duncanc/Lua-for-AGS

공개 프로퍼티들

프로퍼티 타입 설명
CallingOn LuaExpression
Parameters List

공개 메소드들

메소드 설명
Call ( LuaExpression callingOn ) : System
GetType ( ) : LuaValueType
WriteTo ( TextWriter output, int indent, bool asPrefix ) : void

메소드 상세

Call() 공개 메소드

public Call ( LuaExpression callingOn ) : System
callingOn LuaExpression
리턴 System

GetType() 공개 메소드

public GetType ( ) : LuaValueType
리턴 LuaValueType

WriteTo() 공개 메소드

public WriteTo ( TextWriter output, int indent, bool asPrefix ) : void
output System.IO.TextWriter
indent int
asPrefix bool
리턴 void

프로퍼티 상세

CallingOn 공개적으로 프로퍼티

public LuaExpression,AGS.Plugin.Lua.LuaCodeDom CallingOn
리턴 LuaExpression

Parameters 공개적으로 프로퍼티

public List Parameters
리턴 List