This site has been archived and made available for preservation purposes. No edits can be made.
-
Volatile objects
Code cpp:
Volatile<EXPL> explosion(EXPL::EyebotExplosion, -90, 0, 0);
explosion.Create(player);
Volatile<PROJ> projectile(PROJ::FatMan, -90, 0, 0);
projectile.Create(player);
Spawning explosions / projectiles via a script
-
Super Moderator
Awesome!
Is there a way to set the shot direction?
-
Yep, with the last 3 parameters (angles)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules