nanos world API Reference Unofficial documentation
Event Network authority

Character.StanceModeChange

Called when StanceMode changes

Syntax

Lua
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