Call of Duty 4: Scripting Reference - AI::DumpHistory
From COD Modding & Mapping Wiki
DumpHistory()
Module: AI
SP Only
Summary:
Dumps the actor's history to a bug report.
Call this on: <actor> An actor
Example:
self DumpHistory();
Required arguments:
- none
Optional arguments:
- none
Notes:
- none