AwV4 Documentation
1.0.0
This library provides an encapsulation layer around the SDK's V4 structures.
Currently, this library provides support for the following V4 objects as of SDK build 65:
- Zones (AwV4::Zone, aw_object_data_zone)
- Particle emitters (AwV4::ParticleEmitter, aw_object_data_particles)
- Cameras (AwV4::Camera, aw_object_data_camera)
- Movers (AwV4::Mover, aw_object_data_mover)
- Mover waypoints (AwV4::Mover::Waypoint, aw_waypoint)
A utility class is also available to handle strings (AwV4::SimpleString).
AwV4 is designed for intermediate to advanced C++ programmers; it is not particularly friendly to those unfamiliar with basic language concepts, such as pointers and references.
Tested: Windows/Visual Studio 2005
Untested: Linux/GCC, Windows/Visual Studio 6.0
- Warning:
- This code is not battle-tested. It should currently be considered as 'beta-quality' code. Problems are to be expected; please either fix them yourself and e-mail the code back to me (drsquailboont@gmail.com) or simply report the problem.
Download version 1.0.0
Generated on Sun Mar 4 05:45:57 2007 for AwV4 by
1.5.1-p1