Gettime

From Unofficial QEdit Wiki Guide
Revision as of 00:22, 28 April 2013 by Japanaman2 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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