|
VR-Engage
2.2
|
Go to the source code of this file.
Classes | |
| class | DtCustomProjectile |
Variables | |
| constexpr char | DtCustomProjectileType [] = "DtCustomProjectile" |
DtCustomProjectile extends the standard DtProjectile class to add custom behavior and an internal time-in-flight state. This example demonstrates the complete pattern for creating custom munition types in VR-Forces, including update logic and factory integration.
Key Patterns Demonstrated:
|
constexpr |
Type identifier string for custom projectile class Used by factory system to create instances and for MTL file serialization.