mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
21 lines
714 B
XML
21 lines
714 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="GSAIRadiusProximity" inherits="GSAIProximity">
|
|
<brief_description>
|
|
Determines any agent that is in the specified list as being neighbors with the owner agent if they lie within the specified radius.
|
|
</brief_description>
|
|
<description>
|
|
Determines any agent that is in the specified list as being neighbors with the owner agent if they lie within the specified radius.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<members>
|
|
<member name="radius" type="float" setter="set_radius" getter="get_radius" default="0.0">
|
|
The radius around the owning agent to find neighbors in
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|