Garry's Mod Wiki

Revision Difference

Global.Path#518561

<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.&#xA;This is going to be &quot;Follow&quot; or &quot;Chase&quot; right now.</arg>⤶ <arg name="type" type="string">The name of the path to create.This is going to be "Follow" or "Chase" right now.</arg>⤶ </args> <rets> <ret name="" type="PathFollower">The path</ret> </rets> </function>