User Tools

Site Tools


4rpl:commands:msg_frameadvance

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
4rpl:commands:msg_frameadvance [2024/01/14 19:57] – [Examples] Added quick copy and paste line. Vertu4rpl:commands:msg_frameadvance [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 8: Line 8:
 "MSG_FrameAdvance" is a message that is automatically sent every frame of the game. Any listening script can receive this message. Frames happen at up to 60 times per second. See [[GetMouseDelta]] for an example of what this might be good for. "MSG_FrameAdvance" is a message that is automatically sent every frame of the game. Any listening script can receive this message. Frames happen at up to 60 times per second. See [[GetMouseDelta]] for an example of what this might be good for.
  
 +The frame advance process is as followed:
 +  Loop 1, 2, or 4 times based on speed:
 +  {
 +    PreUpdate
 +    Units
 +    PostUpdate
 +    return to top of loop
 +  }
 +  FrameAdvance
 +  If high FPS is on, run FrameAdvance again for the interpolation frame
 +  Start next update
 +\\
 ===== Examples ===== ===== Examples =====
 <code 4rpl> <code 4rpl>
4rpl/commands/msg_frameadvance.1705262275.txt.gz · Last modified: 2025/02/14 14:56 (external edit)