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}})
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page is a sandbox that I use to test out various things I'm working on.
+
{{apicall
 
+
| name          = 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.
{{User:Javawizard2539/templates/apicall}}
+
| param1        = myNumber
 +
| param1desc    = A number that means absolutely nothing
 +
| param2        = anotherNumber
 +
| param2desc    = Something else that means nothing
 +
| returns        = A number that will probably crash bzfs if you try to use it
 +
}}

Latest revision as of 10:18, 14 December 2008

{{{returntype}}} int bz_testApiCall( int myNumber ) (myNumber, anotherNumber)


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.

Parameters:
myNumber  -  A number that means absolutely nothing
anotherNumber  -  Something else that means nothing
Returns:
A number that will probably crash bzfs if you try to use it