Difference between revisions of "ClearActorsFactionsPlayerEnemyFlag"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>DewiMorgan
m (→‎Notes: +note it's not in the TES4 wiki; debolding titles)
Line 1: Line 1:
=='''Description'''==
==Description==


'''ClearActorsFactionsPlayerEnemyFlag''' clears the enemy crime flag for a given actor's factions. All the crime-tracking factions of the designated actor will have their crime flag cleared. See [[:Category:Crime#Faction_Data|Crime]].
'''ClearActorsFactionsPlayerEnemyFlag''' clears the enemy crime flag for a given actor's factions. All the crime-tracking factions of the designated actor will have their crime flag cleared. See [[:Category:Crime#Faction_Data|Crime]].


=='''Syntax'''==
==Syntax==


  ClearActorsFactionsPlayerEnemyFlag [''ActorRef'']
  ClearActorsFactionsPlayerEnemyFlag [''ActorRef'']


=='''Examples'''==
==Examples==
  ClearActorsFactionsPlayerEnemyFlag [''FlashREF'']
  ClearActorsFactionsPlayerEnemyFlag [''FlashREF'']


=='''Notes'''==
==Notes==
*None at this time
*This function is new in the GECK, and was not available in the TES4 Construction Set.


=='''See Also'''==
==See Also==
*[[ClearFactionPlayerEnemyFlag]]
*[[ClearFactionPlayerEnemyFlag]]
*[[GetActorCrimePlayerEnemy]]
*[[GetActorCrimePlayerEnemy]]

Revision as of 13:20, 13 April 2009

Description

ClearActorsFactionsPlayerEnemyFlag clears the enemy crime flag for a given actor's factions. All the crime-tracking factions of the designated actor will have their crime flag cleared. See Crime.

Syntax

ClearActorsFactionsPlayerEnemyFlag [ActorRef]

Examples

ClearActorsFactionsPlayerEnemyFlag [FlashREF]

Notes

  • This function is new in the GECK, and was not available in the TES4 Construction Set.

See Also