9 [
Attribute(
desc:
"Waypoint prefab",
"{93291E72AC23930F}Prefabs/AI/Waypoints/AIWaypoint_Defend.et",
category:
"Waypoints")]
10 protected ResourceName m_sWPToSpawn;
15 [
Attribute(
"0", UIWidgets.Auto,
"Offset that will be applied to the position of this WP in relation to QRF target location in direction of spawned group",
"0 "+
int.MAX+
" 1")]
16 protected int m_iDistanceOffsetToTargetLocation;
21 ResourceName GetWaypointPrefabName()
35 return m_iDistanceOffsetToTargetLocation;
55 m_sWPToSpawn = wpPrefab;
56 m_eGroupType = groupType;
57 m_iDistanceOffsetToTargetLocation = distanceOffset;