Call of Duty 4: Scripting Reference - Level::DrawCompassFriendlies
From COD Modding & Mapping Wiki
DrawCompassFriendlies( <drawcompassfriendlies> )
Module: Level
SP Only
Summary:
Set whether friendlies are shown on the compass
Call this on:
Example:
DrawCompassFriendlies( true );
Required arguments:
- <drawcompassfriendlies> A boolean setting whether friendly troops are shown on the compass.
Optional arguments:
- none
Notes:
- none