Garry's Mod Wiki

Revision Difference

ControlPanel:FillViaFunction#561488

<function name="FillViaFunction" parent="ControlPanel" type="panelfunc"> <description>Calls the given function with this panel as the only argument. Used by the spawnmenu to populate the control panel.</description>⤶ <description>Calls the given function with this panel as the only argument. Used by the spawnmenu to populate the control panel.⤶ <deprecated>This is dumb. Just call the builder function directly.</deprecated>⤶ </description>⤶ <realm>Client</realm> <file line="132-L136">gamemodes/sandbox/gamemode/spawnmenu/controlpanel.lua</file> <args> <arg name="func" type="function">A function that takes one argument:⤶ * <page>ControlPanel</page> panelToPopulate</arg>⤶ <arg name="func" type="function">The builder function.⤶ ⤶ <callback>⤶ <arg type="ControlPanel" name="panelToPopulate"></arg>⤶ </callback>⤶ </arg>⤶ </args> </function>