RDNWiki: DOWScar/Functions/ActorSetFromSGroup ...

RDN Wiki Home | Page Index | Recent Changes | Recently Commented | Users | Registration | Login:  Password:  

Actor_SetFomSGroup


Assign an sgroup to a actor.


Void Actor_SetFromSGroup(
ActorTable actor,
String sgroupname

)


Parameters


actor

The 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


Categories: Actor

Referring pages: DOWScar/Functions/Index
DOWScar/Functions/IndexActor

There are no files on this page. [Display files/form]
There is no comment on this page. [Display comments/form]