Jump to content

Any experiences with SET_ANIM_RATE?


HughJanus
 Share

Recommended Posts

It does not look like it takes a hash. Those are few examples from the game scripts:

 

    Line 11070:         TASK::SET_ANIM_RATE(iLocal_38, 0.75f, 0, false);
    Line 11071:         TASK::SET_ANIM_RATE(iLocal_39, 0.75f, 0, false);
    Line 11080:         TASK::SET_ANIM_RATE(iLocal_38, 0.5f, 0, false);
    Line 11081:         TASK::SET_ANIM_RATE(iLocal_39, 0.5f, 0, false);

 

    Line 1459:         TASK::SET_ANIM_RATE(iLocal_1284, 1f, 0, false);
    Line 1463:         TASK::SET_ANIM_RATE(iLocal_1285, 1f, 0, false);
    Line 17862:                         TASK::SET_ANIM_RATE(iLocal_1284, 0f, 0, false);
    Line 17863:                         TASK::SET_ANIM_RATE(iLocal_1285, 0f, 0, false);

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...