Garry's Mod Wiki

Revision Difference

Global.IsMounted#552357

<function name="IsMounted" parent="Global" type="libraryfunc"> <description>Checks whether or not a game is currently mounted. Uses data given by <page>engine.GetGames</page>.</description> <realm>Shared and Menu</realm> <file line="377-L392">lua/includes/util.lua</file> <file line="378-L393">lua/includes/util.lua</file> <args> <arg name="game" type="string">The game string/app ID to check.</arg> </args> <rets> <ret name="" type="boolean">True if the game is mounted.</ret> </rets> </function> <example> <description>Check if Counter-Strike: Source is mounted.</description> <code>IsMounted('cstrike')</code> </example>