Jump to content

stop animations script


Recommended Posts

Posted

you know when you press END key all currently running animations stop and actors reset to their default state? how do i do this from within a custom script?

 

   i was not able to find anything in the framework documentation.

                 

                             pls help

 

 

 

Posted
; // From anywhere
SexLabUtil.GetAPI().ThreadSlots.StopAll()


; // From your custom script, assuming you have the SexLab property set to SexLabFramework
SexLab.ThreadSlots.StopAll()

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...