Author Message

amilmand

00
Posts: 259

Location: ---
Occupation:
Age:
V$:
#138569   2018-03-09 20:01          
No no
This part of the function definition between the {}-s is the function body we want the action to be preformed when the function is called and that part is just that, the function body between the {}-s
like

public void enter( GameState prev_state )
{
  RawEdit.setI(0x00618670,1);
  ...