Gettime

From Unofficial QEdit Wiki Guide
Jump to: navigation, search

Syntax

Syntax: gettime register 1

  • register 1 = Register to store the current number of frames in the day in.

Use

Stores the current number of frames in the day in a register.

Example


100:     gettime R1 //Stores the current number of frames in the day in register 1.
         ret 

Also see

ret