Difference between revisions of "UnknownF85F"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
m (Syntax)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Syntax==
 
==Syntax==
''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>UnknownF85F</span> xxxxxxxx</span>
+
''Syntax:'' <span style='font-size:12px;font-family:courier'><span style='color:green'>unknownF85F</span> xxxxxxxx</span>
  
 
* ''xxxxxxxx = Hex value that determines how many Sonar uses are given''
 
* ''xxxxxxxx = Hex value that determines how many Sonar uses are given''
Line 11: Line 11:
 
  <span style='color:blue'>1:    </span><span style='color:green'>set_ba_rules </span> <span style='color:orange'>//Allows the rules of the Battle Mode game to be set underneath</span>
 
  <span style='color:blue'>1:    </span><span style='color:green'>set_ba_rules </span> <span style='color:orange'>//Allows the rules of the Battle Mode game to be set underneath</span>
 
  <span style='color:green'>        </span>...
 
  <span style='color:green'>        </span>...
  <span style='color:green'>        unknownF58F </span>00000005 <span style='color:orange'>//Sets the number of Sonar uses to 5.</span>
+
  <span style='color:green'>        unknownF58F </span>00000005 <span style='color:orange'>//Sets the number of Sonar uses to 5</span>
 
  <span style='color:green'>        </span>...
 
  <span style='color:green'>        </span>...
 
  <span style='color:green'>        ret </span>
 
  <span style='color:green'>        ret </span>

Latest revision as of 18:55, 10 July 2013

Syntax

Syntax: unknownF85F xxxxxxxx

  • xxxxxxxx = Hex value that determines how many Sonar uses are given

Use

Used to set the number of Sonar uses players get at the start of a Battle Mode match for use throughout.

Example


1:     set_ba_rules  //Allows the rules of the Battle Mode game to be set underneath
         ...
         unknownF58F 00000005 //Sets the number of Sonar uses to 5
         ...
         ret 

Also see

set_ba_rules, ret