Свойство | Type | Description | |
---|---|---|---|
ConfirmAiDisabling | Func |
||
ConfirmAiEnabling | Func |
Méthode | Description | |
---|---|---|
ArchiveInvalidationBase ( GamebryoGameModeBase p_gmdGameMode ) : System |
Initialized the object with the given values.
|
|
IsActive ( ) : bool |
Gets whether AI is enabled.
|
|
SetToolView ( IToolView p_tvwToolView ) : void |
Sets the view to use for this tool.
|
|
ToggleArchiveInvalidation ( ) : void |
Toggles archive invalidation.
|
Méthode | Description | |
---|---|---|
ApplyAI ( ) : void |
Enables AI.
|
|
RemoveAI ( ) : void |
Disables AI.
|
Méthode | Description | |
---|---|---|
Update ( ) : bool |
Updates AI by toggling its status.
|
public ArchiveInvalidationBase ( GamebryoGameModeBase p_gmdGameMode ) : System | ||
p_gmdGameMode | GamebryoGameModeBase | The current game mode. |
Résultat | System |
public SetToolView ( IToolView p_tvwToolView ) : void | ||
p_tvwToolView | IToolView | The view to use for this tool. |
Résultat | void |
public ToggleArchiveInvalidation ( ) : void | ||
Résultat | void |