프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Level | System | ||
TryGet |
메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetSupportedGameRules ( int index ) : string |
Gets the supported game rules at the index; see SupportedGamerules.
|
|
Load ( string name ) : |
Loads a new level and returns its level info
|
|
SupportsGameRules ( string gamemodeName ) : bool |
Returns true if this level supports the specific game rules.
|
|
Unload ( ) : void |
Unloads the currently loaded level.
|
메소드 | 설명 | |
---|---|---|
Level ( |
||
TryGet ( |
public GetSupportedGameRules ( int index ) : string | ||
index | int | |
리턴 | string |
public SupportsGameRules ( string gamemodeName ) : bool | ||
gamemodeName | string | |
리턴 | bool |