Difference between revisions of "Mmg search"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
(Created page with '{{ #vardefine:name|mmg_search}}{{ #vardefine:return_type|void}}{{ FunctionPage| name={{#var:name}}| function_category=Money Making Game| function1={{Function| name={{#var:name}…')
 
imported>Bale
m
Line 5: Line 5:
 
FunctionPage|
 
FunctionPage|
 
name={{#var:name}}|
 
name={{#var:name}}|
function_category=Money Making Game|
 
  
 
function1={{Function|
 
function1={{Function|
Line 24: Line 23:
 
}}
 
}}
 
{{RFI|What exactly is done with this data; is it just added to what is available for mmg_offered_bets()?}}
 
{{RFI|What exactly is done with this data; is it just added to what is available for mmg_offered_bets()?}}
 +
 +
[[Category:Money Making Game]]

Revision as of 05:18, 22 May 2010

needs(code_samples);

Function Syntax

void mmg_search(int min ,int max )

  • min is the bet search minimum
  • max is the bet search maximum

Submits a search for bets from a minimum of min to a maximum of max.


Attention KoLmafia Experts!

We need your help; some details of this function's operation are unknown or unclear.

The following specific question has been raised:

  • What exactly is done with this data; is it just added to what is available for mmg_offered_bets()?