User Tools

Site Tools


script:ui_event:smoothrotateby

SmoothRotateBy

  • Parameters & Types:
    • playerid: number player ID
    • uiid: the ID of the string interface
    • elementid: the ID of the string component
    • time: number execution time (must be greater than 0)
    • angle: the value of the number angle
  • Return value and type:
    • code:number succeeded (ErrorCode.OK) ErrorCode
  • The main effect of this method: the components are smoothly rotated to relative angles
  • Specific use cases are as follows:
local code  = Customui:SmoothRotateBy(playerid, uiid, elementid, time, angle)
if code == ErrorCode.OK then
    print('Execution Successful'  )
else
    print('Execution failed')
end
script/ui_event/smoothrotateby.txt · Last modified: 2024/06/16 14:02 by don