πbuilderx.mode.onswitch
π₯ π¦ππ₯π©ππ₯
βΈ Parameters
βΈ Description
βΈ Example
local function your_hook( pl, bIsBuild, bIsForced, bHalo, bHud )
// your custom hook function here
end
hook.Add( 'builderx.mode.onswitch', 'your_hook_id', your_hook )hook.Add( 'builderx.mode.onswitch', 'your_hook_id', function( pl, bIsBuild, bIsForced, bHalo, bHud )
// your custom hook function here
end )local function your_hook( pl, bIsBuild, bIsForced, bHalo, bHud )
// your custom hook function here
end
rhook.new.rlib( 'builderx_mode_onswitch', your_hook )Last updated