16 lines
256 B
Ucode
16 lines
256 B
Ucode
// ifdef WITH_LIPSINC
|
|
|
|
class ACTION_WaitForLIPSincAnimEnd extends LatentScriptedAction;
|
|
|
|
function bool CompleteOnLIPSincAnim()
|
|
{
|
|
return true;
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
ActionString="Wait for LIPSincAnimEnd"
|
|
bValidForTrigger=false
|
|
}
|
|
|
|
// endif
|