User Tools

Site Tools


script:ui_event:stopanim

StopAnim


  • Parameters & Types:
    • playerid: number player ID
    • uiid: the ID of the string interface
    • elementid: the ID of the string component
  • Return value and type:
    • code:number succeeded (ErrorCode.OK) ErrorCode
  • The main purpose of this method: The symbol stops animating
  • Specific use cases are as follows:
local code  = Customui:StopAnim(playerid, uiid, elementid)
if code == ErrorCode.OK then
    print('Execution Successful'  )
else
    print('Execution failed')
end
script/ui_event/stopanim.txt · Last modified: 2024/06/16 14:06 by don