external C class BAR


Flattened version is here



Public


Readable Attributes
attr bar_attr_float:C_FLOAT;
attr bar_attr_int:C_INT;

Writable Attributes
attr bar_attr_float:C_FLOAT;
attr bar_attr_int:C_INT;

Readonly Shareds
shared global_bar_float:C_FLOAT;

Writable Shareds
shared global_bar_float:C_FLOAT;

Features
create_bar:BAR;
set_bar(bar:BAR, i:C_INT, f:C_FLOAT);

The Sather Home Page