Difference between revisions of "ClearActorsFactionsPlayerEnemyFlag"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Ez0n3
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=='''Description'''==
{{Function
|origin = GECK1
|summary = 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]].
|name = ClearActorsFactionsPlayerEnemyFlag
|returnType = void
|arguments =
  {{FunctionArgument
  |Name = ActorRefID
  |Type = ref
  }}
|example = ClearActorsFactionsPlayerEnemyFlag FlashREF
}}


'''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]].
==Notes==
*This function is new in the GECK, and was not available in the TES4 Construction Set.


=='''Syntax'''==
==See Also==
 
ClearActorsFactionsPlayerEnemyFlag [''ActorRef'']
 
=='''Examples'''==
ClearActorsFactionsPlayerEnemyFlag [''FlashREF'']
 
=='''Notes'''==
*None at this time
 
=='''See Also'''==
*[[ClearFactionPlayerEnemyFlag]]
*[[ClearFactionPlayerEnemyFlag]]
*[[GetActorCrimePlayerEnemy]]
*[[GetActorCrimePlayerEnemy]]
Line 19: Line 21:


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

Latest revision as of 05:50, 15 January 2011

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

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

[help]
ClearActorsFactionsPlayerEnemyFlag ActorRefID:ref

Example

ClearActorsFactionsPlayerEnemyFlag FlashREF

Notes

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

See Also