Progetto H — API Reference API & Scripting Documentation
Event Client

CharacterSimple.EndCrouch

Called when Character stops crouching

Syntax

Lua
CharacterSimple.Subscribe("EndCrouch", function(self)
    -- il tuo codice
end)

Arguments

Name Type Default Description
self CharacterSimple The CharacterSimple that stopped crouching