Garry's Mod Wiki

Revision Difference

Global.Path#561829

<function name="Path" parent="Global" type="libraryfunc"> <description>Creates a path for the bot to follow</description> <realm>Server</realm> <file_name>src/garrysmod/Objects/lua_path.cpp</file_name>⤶ <file_line>444</file_line>⤶ <args> <arg name="type" type="string">The name of the path to create. This is going to be "Follow" or "Chase" right now.</arg> This is going to be `"Follow"` or `"Chase"` right now.</arg> </args> <rets> <ret name="" type="PathFollower">The path</ret> </rets> </function>