C# 클래스 GTAVBETrainerDotNet.Teleport.TeleportTarget

Teleport target
파일 보기 프로젝트 열기: betenner/betrainer 1 사용 예제들

공개 메소드들

메소드 설명
GetRemoveIPL ( int index ) : string

Gets the specified remove IPL

GetRequiredIPL ( int index ) : string

Gets the specified required IPL

TeleportTarget ( MString name, float x, float y, float z, string requiredIPLs = null, string removeIPLs = null ) : System

Creates a teleport target instance

메소드 상세

GetRemoveIPL() 공개 메소드

Gets the specified remove IPL
public GetRemoveIPL ( int index ) : string
index int Index of the IPL
리턴 string

GetRequiredIPL() 공개 메소드

Gets the specified required IPL
public GetRequiredIPL ( int index ) : string
index int Index of the IPL
리턴 string

TeleportTarget() 공개 메소드

Creates a teleport target instance
public TeleportTarget ( MString name, float x, float y, float z, string requiredIPLs = null, string removeIPLs = null ) : System
name MString Name
x float X coordinate
y float Y coordinate
z float Z coordinate
requiredIPLs string Required IPLs to load
removeIPLs string Required IPLs to remove
리턴 System