Difference between revisions of "GetGroupMemberCount"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>DavidJCobb
(testing)
imported>DavidJCobb
(disassembly)
 
Line 1: Line 1:
This Condition Function has been marked as obsolete by Skyrim developers.{{verify}}
This Condition Function has been marked as obsolete by Skyrim developers.{{verify}}


Returns the number of actors that are in the run-on actor's combat group — that is, the number of allies that are fighting with the actor. Returns 0 if the actor is not in combat, or if they are in combat but have no combat targets.
Disassembly indicates that this function is exactly identical to [[GetCombatGroupMemberCount]], with the exception that this version of the function doesn't print its output to the console when run there.
 
Once an actor is killed, they are removed from all combat groups. This means that while this function ''is'' usable for determining whether an actor is fighting without allies at their side, it is ''not'' useful for detecting whether an actor previously had allies who have since been killed.


[[Category:Condition Functions]]
[[Category:Condition Functions]]

Latest revision as of 01:40, 23 February 2021

This Condition Function has been marked as obsolete by Skyrim developers.[verification needed]

Disassembly indicates that this function is exactly identical to GetCombatGroupMemberCount, with the exception that this version of the function doesn't print its output to the console when run there.