프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GameID | ulong | ||
SteamID | string | ||
firstLocations | Vector3[] | ||
worldSizeHalf | float |
메소드 | 설명 | |
---|---|---|
Ban ( string reason = "no reason" ) : void | ||
ConsoleMessage ( string msg ) : void | ||
Find ( string nameOrSteamidOrIP ) : |
||
FindByGameID ( ulong steamID ) : |
||
FindBySteamID ( string steamID ) : |
||
GetLookBuildingPart ( float maxDist = 500f ) : |
||
GetLookHit ( float maxDist = 500f, int layers = Physics.AllLayers ) : |
||
GetLookPlayer ( float maxDist = 500f ) : |
||
GetLookPoint ( float maxDist = 500f ) : Vector3 | ||
GroundTeleport ( Vector3 v3 ) : bool | ||
GroundTeleport ( float x, float y, float z ) : bool | ||
IsPlayer ( ) : bool | ||
Kick ( string reason = "no reason" ) : void | ||
Kill ( ) : void | ||
KnownBlueprints ( ) : List |
||
KnowsBlueprint ( ItemBlueprint itembp ) : bool | ||
KnowsBlueprint ( ItemDefinition itemdef ) : bool | ||
KnowsBlueprint ( int itemID ) : bool | ||
KnowsBlueprints ( IEnumerable |
||
KnowsBlueprints ( IEnumerable |
||
KnowsBlueprints ( IEnumerable |
||
LearnBlueprint ( ItemBlueprint itembp ) : bool | ||
LearnBlueprint ( ItemDefinition itemdef ) : bool | ||
LearnBlueprint ( int itemID ) : bool | ||
LearnBlueprints ( IEnumerable |
||
LearnBlueprints ( IEnumerable |
||
LearnBlueprints ( IEnumerable |
||
MakeModerator ( string reason = "no reason" ) : void | ||
MakeNone ( string reason = "no reason" ) : void | ||
MakeOwner ( string reason = "no reason" ) : void | ||
Message ( string msg ) : void | ||
MessageFrom ( string from, string msg ) : void | ||
Player ( BasePlayer player ) : System | ||
Reject ( string reason = "no reason" ) : void | ||
SendConsoleCommand ( string cmd ) : void | ||
Teleport ( Vector3 v3 ) : bool | ||
Teleport ( float x, float y, float z ) : bool |
메소드 | 설명 | |
---|---|---|
OnPlayerDeserialized ( |
public static Find ( string nameOrSteamidOrIP ) : |
||
nameOrSteamidOrIP | string | |
리턴 |
public static FindByGameID ( ulong steamID ) : |
||
steamID | ulong | |
리턴 |
public static FindBySteamID ( string steamID ) : |
||
steamID | string | |
리턴 |
public GetLookBuildingPart ( float maxDist = 500f ) : |
||
maxDist | float | |
리턴 |
public GetLookHit ( float maxDist = 500f, int layers = Physics.AllLayers ) : |
||
maxDist | float | |
layers | int | |
리턴 |
public GetLookPlayer ( float maxDist = 500f ) : |
||
maxDist | float | |
리턴 |
public GetLookPoint ( float maxDist = 500f ) : Vector3 | ||
maxDist | float | |
리턴 | Vector3 |
public GroundTeleport ( float x, float y, float z ) : bool | ||
x | float | |
y | float | |
z | float | |
리턴 | bool |
public KnowsBlueprint ( ItemBlueprint itembp ) : bool | ||
itembp | ItemBlueprint | |
리턴 | bool |
public KnowsBlueprint ( ItemDefinition itemdef ) : bool | ||
itemdef | ItemDefinition | |
리턴 | bool |
public KnowsBlueprints ( IEnumerable |
||
itemBPs | IEnumerable |
|
리턴 | bool>.Dictionary |
public KnowsBlueprints ( IEnumerable |
||
itemdefs | IEnumerable |
|
리턴 | bool>.Dictionary |
public KnowsBlueprints ( IEnumerable |
||
itemIDs | IEnumerable |
|
리턴 | bool>.Dictionary |
public LearnBlueprint ( ItemBlueprint itembp ) : bool | ||
itembp | ItemBlueprint | |
리턴 | bool |
public LearnBlueprint ( ItemDefinition itemdef ) : bool | ||
itemdef | ItemDefinition | |
리턴 | bool |
public LearnBlueprints ( IEnumerable |
||
itembps | IEnumerable |
|
리턴 | void |
public LearnBlueprints ( IEnumerable |
||
itemdefs | IEnumerable |
|
리턴 | void |
public LearnBlueprints ( IEnumerable |
||
itemIDs | IEnumerable |
|
리턴 | void |
public MakeModerator ( string reason = "no reason" ) : void | ||
reason | string | |
리턴 | void |
public MessageFrom ( string from, string msg ) : void | ||
from | string | |
msg | string | |
리턴 | void |
public Teleport ( float x, float y, float z ) : bool | ||
x | float | |
y | float | |
z | float | |
리턴 | bool |