C# 클래스 OpenRA.Mods.Common.Scripting.GeneralProperties

상속: OpenRA.Scripting.ScriptActorProperties
파일 보기 프로젝트 열기: OpenRA/OpenRA

Private Properties

프로퍼티 타입 설명
AddTag bool
CallFunc void
Destroy void
HasTag bool
RemoveTag bool
Stop void
Teleport void
Wait void

공개 메소드들

메소드 설명
GeneralProperties ( OpenRA.Scripting.ScriptContext context, Actor self ) : Eluant

비공개 메소드들

메소드 설명
AddTag ( string tag ) : bool
CallFunc ( Eluant.LuaFunction func ) : void
Destroy ( ) : void
HasTag ( string tag ) : bool
RemoveTag ( string tag ) : bool
Stop ( ) : void
Teleport ( CPos cell ) : void
Wait ( int ticks ) : void

메소드 상세

GeneralProperties() 공개 메소드

public GeneralProperties ( OpenRA.Scripting.ScriptContext context, Actor self ) : Eluant
context OpenRA.Scripting.ScriptContext
self Actor
리턴 Eluant