Progetto H — API Reference API & Scripting Documentation
Event Network authority

Character.GaitModeChange

Called when GaitMode changes

Syntax

Lua
Character.Subscribe("GaitModeChange", function(self, old_state, new_state)
    -- il tuo codice
end)

Arguments

Name Type Default Description
self Character
old_state GaitMode
new_state GaitMode