Garry's Mod Wiki

Revision Difference

Global.LoadPresets#567601

<function name="LoadPresets" parent="Global" type="libraryfunc"> <description>Loads all preset settings for the <page>presets</page> and returns them in a table</description>⤶ <description>⤶ <internal></internal>⤶ ⤶ Loads all preset settings for the <page>presets</page> and returns them in a table</description>⤶ <realm>Client</realm> <rets> <ret name="" type="table">Preset data</ret> </rets> </function> <example> <description>Prints all of the presets in to the console</description> <code>PrintTable(LoadPresets())</code> </example>