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

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

Private Properties

프로퍼티 타입 설명
ActorsInBox Actor[]
ActorsInCircle Actor[]
ActorsWithTag Actor[]
CenterOfCell WPos
ClosestEdgeCell CPos
ClosestMatchingEdgeCell CPos
IsNamedActor bool
LobbyOption LuaValue
NamedActor Actor
RandomCell CPos
RandomEdgeCell CPos

공개 메소드들

메소드 설명
MapGlobal ( OpenRA.Scripting.ScriptContext context ) : System.Collections.Generic

비공개 메소드들

메소드 설명
ActorsInBox ( WPos topLeft, WPos bottomRight, Eluant.LuaFunction filter = null ) : Actor[]
ActorsInCircle ( WPos location, WDist radius, Eluant.LuaFunction filter = null ) : Actor[]
ActorsWithTag ( string tag ) : Actor[]
CenterOfCell ( CPos cell ) : WPos
ClosestEdgeCell ( CPos givenCell ) : CPos
ClosestMatchingEdgeCell ( CPos givenCell, Eluant.LuaFunction filter ) : CPos
IsNamedActor ( Actor actor ) : bool
LobbyOption ( string id ) : LuaValue
NamedActor ( string actorName ) : Actor
RandomCell ( ) : CPos
RandomEdgeCell ( ) : CPos

메소드 상세

MapGlobal() 공개 메소드

public MapGlobal ( OpenRA.Scripting.ScriptContext context ) : System.Collections.Generic
context OpenRA.Scripting.ScriptContext
리턴 System.Collections.Generic