From 0fceb1cf1ab9887040f08f0abf646ef318a65ae3 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Tue, 5 Aug 2008 21:37:33 +0000 Subject: added documentation --- docs/output/index/Variables.html | 50 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/output/index/Variables.html (limited to 'docs/output/index/Variables.html') diff --git a/docs/output/index/Variables.html b/docs/output/index/Variables.html new file mode 100644 index 00000000..91528a38 --- /dev/null +++ b/docs/output/index/Variables.html @@ -0,0 +1,50 @@ + + +Variable Index + + + + + + + + + +
Variable Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
D
 data, IMAGE_INFO
F
 format, IMAGE_INFO
H
 height, IMAGE_INFO
P
 pos, Entity
 proximity_radius, Entity
W
 width, IMAGE_INFO
+ +
void *data
Pointer to the image data.
+ + + +
int format
Contains the format of the image.
+ + + +
int height
Contains the height of the image
+ + + +
vec2 pos
Contains the current posititon of the entity.
float proximity_radius
Contains the physical size of the entity.
+ + + +
int width
Contains the width of the image
+ +
+ + + + + + + + +
Close
+ + + \ No newline at end of file -- cgit 1.4.1