Difference between revisions of "GetTrespassWarningLevel"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.1)]]

Latest revision as of 12:36, 15 August 2009

Description[edit | edit source]

GetTrespassWarningLevel returns the number of warnings an actor on a Guard Package (or responding to trespassing or responding to an aggro radius violation) has given the specified reference.

Syntax[edit | edit source]

[ActorRef.]GetTrespassWarningLevel Actor_ID

Examples[edit | edit source]

FlashRef.GetTrespassWarningLevel Player

Returns the number of times Flash has issued a warning to the player.

Notes[edit | edit source]

  • None.

See Also[edit | edit source]

  • iGuardWarnings, for the maximum number of warnings a guard will issue.