Difference between revisions of "Barebones function 221"
From Unofficial QEdit Wiki Guide
Japanaman2 (Talk | contribs) |
Japanaman2 (Talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
''Function 221:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>221:</span></span> | ''Function 221:'' <span style='font-size:12px;font-family:courier'><span style='color:blue'>221:</span></span> | ||
− | * ''Function 221'' Exits cinematic mode and returns controls to the player(s). | + | * ''Function 221'' = Exits cinematic mode and returns controls to the player(s). |
==Exits cinematic mode and returns controls to the player(s)== | ==Exits cinematic mode and returns controls to the player(s)== | ||
Exits cinematic mode and returns controls to the player(s). | Exits cinematic mode and returns controls to the player(s). | ||
− | [[Barebones function 221]] Function 221 exits cinematic mode and returns controls to the player(s). | + | [[Barebones function 221]] = Function 221 exits cinematic mode and returns controls to the player(s). |
==Use== | ==Use== | ||
Line 26: | Line 26: | ||
==Also see== | ==Also see== | ||
− | [[cam_zmout]], [[cine_disable]], [[hud_show]],[[enable_movement1]], | + | [[cam_zmout]], [[cine_disable]], [[hud_show]], [[enable_movement1]], |
[[p_action_enable]], [[ret]], [[Barebones function 220]] | [[p_action_enable]], [[ret]], [[Barebones function 220]] |
Latest revision as of 07:54, 19 April 2013
Contents
Barebones function 221
Function 221: 221:
- Function 221 = Exits cinematic mode and returns controls to the player(s).
Exits cinematic mode and returns controls to the player(s)
Exits cinematic mode and returns controls to the player(s).
Barebones function 221 = Function 221 exits cinematic mode and returns controls to the player(s).
Use
Function 221 exits cinematic mode and returns controls to the player(s).
How the function appears in the script
221: cam_zmout //Returns the cameras zoom level to normal.
cine_disable //Gets rid of the black bars at the top and bottom of the screen.
hud_show //Displays the heads up display.
enable_movement1 00000000 //Lets the red gem player walk and run again.
enable_movement1 00000001 //Lets the green gem player walk and run again.
enable_movement1 00000002 //Lets the yellow gem player walk and run again.
enable_movement1 00000003 //Lets the blue gem player walk and run again.
p_action_enable //Lets the players use attacks and techniques again.
ret