Property | Type | Description | |
---|---|---|---|
Level | System | ||
TryGet |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
Level ( |
||
TryGet ( |
public GetSupportedGameRules ( int index ) : string | ||
index | int | |
return | string |
public SupportsGameRules ( string gamemodeName ) : bool | ||
gamemodeName | string | |
return | bool |