Barebones function 20004

From Unofficial QEdit Wiki Guide
Jump to: navigation, search

Barebones function 20004

Function 20004: 20004:

  • Function 20004 = Part of camera code.

Camera code

Barebones function 20000 = Function 20000 dec to float conversion for the number of transition frames to be used. Distance between point a and point b calculation.

Barebones function 20001 = Function 20001 camera movement.

Barebones function 20002 = Function 20002 return camera to default position.

Barebones function 20003 = Function 20003 shortcut used to store the last ending transition in temporary registers.

Barebones function 20004 = Function 20004 shortcut to make the last ending transition that is stored in temporary registers be the new starting transition.

Barebones function 20005 = Function 20005 shortcut makes the starting psychical camera position equal the starting camera look at position.

Barebones function 20006 = Function 20006 shortcut makes the ending psychical camera position equal the ending camera look at position.

Use

Function 20004 shortcut to make the last ending transition that is stored in temporary registers be the new starting transition.

How the function appears in the script


20004:   flet R230, R224 //Makes the float value of register 230 equal the float value of register 224.
         flet R231, R225 //Makes the float value of register 231 equal the float value of register 225.
         flet R232, R226 //Makes the float value of register 232 equal the float value of register 226.
         flet R233, R227 //Makes the float value of register 233 equal the float value of register 227.
         flet R234, R228 //Makes the float value of register 234 equal the float value of register 228.
         flet R235, R229 //Makes the float value of register 235 equal the float value of register 229.
         ret 

Also see

flet, ret,

No One's camera example and explanation