Home
Products
Community
Manuals
Contact
Login or Signup

BlitzMax Docs -> 2D - Category -> Basic -> Private

Private

Returns:

Nothing.

Description:

Private makes a Constant, Global variable or Function only accessible from within the current source file

Example:

Rem
Private makes a variable, function or method only accessible from within the 
current source file.
End Rem

Public

Global	Score,Lives,Health

Private

Global	posx,posy,posz 

Comments

None.

BlitzMax Manual Forum

Blitz3D Equivalent Command