Difference between revisions of "ClearActorsFactionsPlayerEnemyFlag"
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== | ||
'''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== | ||
ClearActorsFactionsPlayerEnemyFlag [''ActorRef''] | ClearActorsFactionsPlayerEnemyFlag [''ActorRef''] | ||
== | ==Examples== | ||
ClearActorsFactionsPlayerEnemyFlag [''FlashREF''] | ClearActorsFactionsPlayerEnemyFlag [''FlashREF''] | ||
== | ==Notes== | ||
* | *This function is new in the GECK, and was not available in the TES4 Construction Set. | ||
== | ==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.