Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
missile.Bumped()?
[Tips]
ID:270611
Jul 7 2006, 6:46 am (Edited on Jul 7 2006, 6:54 am)
Talion Knight
Is there a way to check if two missile procs are colliding? The reason I am asking because I can't seem to find anything in the DM reference.
Jul 7 2006, 7:00 am
Mechanios
What do you mean? O.o
the Missile() is used for visual effects only. Thats as much as I've heard. If you want two things to colllide with each other, you should make two new objects and send them a-walking, so BAM.
Jul 7 2006, 7:02 am
In response to
Mechanios
Talion Knight
ah, thanks for the info.
Copyright © 2025 BYOND Software. All rights reserved.
the Missile() is used for visual effects only. Thats as much as I've heard. If you want two things to colllide with each other, you should make two new objects and send them a-walking, so BAM.