ACFHomeGUIUpdate

C

Part of _G (Global) namespace

function ACFHomeGUIUpdate( Table )
View on GitHub|lua/acf/client/cl_acfmenu_gui.lua:522-556
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
Tableany

Returns

No return values documented.

Examples

No examples available.

Used In(2 locations)

📄lua/acf/client/cl_acfmenu_gui.lua
2 usages
L123HomeNode.mytable.guiupdate = (function( _, Table ) ACFHomeGUIUpdate( Table ) end or nil)
L574Table.guiupdate = (function( _, Table ) ACFHomeGUIUpdate( Table ) end or nil)