C# Class GTAVBETrainerDotNet.Teleport.TeleportTarget

Teleport target
Datei anzeigen Open project: betenner/betrainer Class Usage Examples

Public Methods

Method Description
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

Method Details

GetRemoveIPL() public method

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

GetRequiredIPL() public method

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

TeleportTarget() public method

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
return System