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

Difference between revisions of "Bz getLocaltime"

From BZFlagWiki
Jump to: navigation, search
(Created page for bz_getLocaltime() ... addition to bzfs API functions)
(Example)
Line 6: Line 6:
  
 
==Example==
 
==Example==
bz_localTime st; // create a new [[bz_localTime]] structure st [br]
+
bz_localTime st; // create a new [[bz_localTime]] structure st <br>
 
bz_getLocaltime(&st); // fill st will values
 
bz_getLocaltime(&st); // fill st will values

Revision as of 20:54, 30 December 2008

BZFS API Documentation This page contains part of the BZFS API documentation for use by Plug-ins on the BZFS server.


Overview

bz_getLocaltime is a function to fill a bz_localTime structure with values. Go to bz_localTime for structure format.

Example

bz_localTime st; // create a new bz_localTime structure st
bz_getLocaltime(&st); // fill st will values