Blackvoxel Forum

Blackvoxel => Announcements => Topic started by: Enigma on October 31, 2013, 10:46:08 pm

Title: Blackvoxel 1.22 Beta 5 is out.
Post by: Enigma on October 31, 2013, 10:46:08 pm
Here are the changes :


Values for GetInfo(23) :

0: Creation. The robot has been created. State can be found with : Voxel_Load().
1: Destruction. Robot is about to be destroyed. State can be found with : Voxel_Unload().
2: Normal Step. The robot is doing normal step operation. State can be found with : Voxel_Step().
3: Serialization. The robot is in loading/saving operation. State can be found with : Voxel_Load() (Means Loading) and Voxel_Unload() (Means saving).
4: Program Change. The program is changed in the interface.  Voxel_Load() and Voxel_Unload()