Actor_SetFomSGroup
Assign an sgroup to a actor.
Void Actor_SetFromSGroup(
)
Parameters
actorThe actor who we want to have an sgroup assigned to
sgroupname
The sgroup to assign to the actor.
Description
Assign an sgroup to a actor. Will take the first matching blueprint from the sgroup.
Remarks
This is used to make talk animation work for actors on screen. It is not nessissary to use this if you only have off screen speech.
If the sgroup has no matching blueprints then this function will, of course, do nothing.
Example
Actor_SetFromSGroup( ACT.Gabriel, "sg_Gabriel" )
Function Revisions
1.00: Initial function.
Source
Actor.scar
See Also