This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "User:Javawizard2539/sandbox"

From BZFlagWiki
Jump to: navigation, search
(New page: This page is a sandbox that I use to test out various things I'm working on. {{User:Javawizard2539/templates/apicall}})
 
Line 2: Line 2:
  
  
{{User:Javawizard2539/templates/apicall}}
+
{{User:Javawizard2539/templates/apicall
 +
| signature      = int bz_testApiCall( int myNumber )
 +
| description    = This is a test api call document. It's purpose is to demonstrate how to document API calls, and to check the API call template.
 +
| param1        = myNumber
 +
| param1desc    = A number that means absolutely nothing
 +
| returns        = A number that will probably crash bzfs if you try to use it
 +
}}

Revision as of 08:20, 14 December 2008

This page is a sandbox that I use to test out various things I'm working on.


User:Javawizard2539/templates/apicall