C# Класс GTAVBETrainerDotNet.Teleport.TeleportTarget

Teleport target
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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