Event
Character.StanceModeChange
Called when StanceMode changes
Syntax
Character.Subscribe("StanceModeChange", function(self, old_state, new_state)
-- il tuo codice
end)
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
self
|
Character | — | — |
old_state
|
StanceMode | — | — |
new_state
|
StanceMode | — | — |