C# Класс Pluton.Rust.Util

Наследование: Core.Util
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
UtilPath System.IO.DirectoryInfo
ZoneStore DataStore
zones Zone2D>.Dictionary

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

Метод Описание
ChangeTriggerRadius ( TriggerBase trigger, float newRadius ) : void
ConsoleLog ( string str, bool adminOnly = false ) : void
CreateLoadOut ( string name ) : LoadOut
CreateZone ( string name ) : Zone2D
DestroyEntity ( BaseEntity ent ) : void
DestroyEntityGib ( BaseEntity ent ) : void
GetIdentityFolder ( ) : string
GetLoadoutFolder ( ) : string
GetPublicFolder ( ) : string
GetStructuresFolder ( ) : string
GetZone ( string name ) : Zone2D
Infront ( Objects.Player p, float length ) : Vector3
Initialize ( ) : void
Items ( ) : void
LoadZones ( ) : void
Prefabs ( ) : IEnumerable
SaveZones ( ) : void
SetZone ( Zone2D zone ) : void

Описание методов

ChangeTriggerRadius() публичный Метод

public ChangeTriggerRadius ( TriggerBase trigger, float newRadius ) : void
trigger TriggerBase
newRadius float
Результат void

ConsoleLog() публичный Метод

public ConsoleLog ( string str, bool adminOnly = false ) : void
str string
adminOnly bool
Результат void

CreateLoadOut() публичный Метод

public CreateLoadOut ( string name ) : LoadOut
name string
Результат LoadOut

CreateZone() публичный Метод

public CreateZone ( string name ) : Zone2D
name string
Результат Zone2D

DestroyEntity() публичный Метод

public DestroyEntity ( BaseEntity ent ) : void
ent BaseEntity
Результат void

DestroyEntityGib() публичный Метод

public DestroyEntityGib ( BaseEntity ent ) : void
ent BaseEntity
Результат void

GetIdentityFolder() публичный Метод

public GetIdentityFolder ( ) : string
Результат string

GetLoadoutFolder() публичный Метод

public GetLoadoutFolder ( ) : string
Результат string

GetPublicFolder() публичный Метод

public GetPublicFolder ( ) : string
Результат string

GetStructuresFolder() публичный Метод

public GetStructuresFolder ( ) : string
Результат string

GetZone() публичный Метод

public GetZone ( string name ) : Zone2D
name string
Результат Zone2D

Infront() публичный Метод

public Infront ( Objects.Player p, float length ) : Vector3
p Objects.Player
length float
Результат Vector3

Initialize() публичный Метод

public Initialize ( ) : void
Результат void

Items() публичный Метод

public Items ( ) : void
Результат void

LoadZones() публичный Метод

public LoadZones ( ) : void
Результат void

Prefabs() публичный Метод

public Prefabs ( ) : IEnumerable
Результат IEnumerable

SaveZones() публичный Метод

public SaveZones ( ) : void
Результат void

SetZone() публичный Метод

public SetZone ( Zone2D zone ) : void
zone Zone2D
Результат void

Описание свойств

UtilPath публичное свойство

public DirectoryInfo,System.IO UtilPath
Результат System.IO.DirectoryInfo

ZoneStore публичное свойство

public DataStore ZoneStore
Результат DataStore

zones публичное свойство

public Dictionary zones
Результат Zone2D>.Dictionary