Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Getting the state of a brick?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Getting the state of a brick? (Read 733 times)
tyler0
November 17, 2012, 12:37:09 AM
I need to know when a brick is in a "ghost" state or it is in a "planted" state. How could i manage that?
Quote
NameSpace::onHitObject(%this, %obj, %slot, %col, %pos, %normal)
«
Last Edit: November 17, 2012, 01:19:38 AM by tyler0
»
Ad Bot
Advertisement
Port
November 17, 2012, 03:17:52 AM
%col.isPlanted()
You can't hit ghost bricks with a projectile (or raycast) though, so what you're doing won't work.
tyler0
November 17, 2012, 08:34:32 AM
It was useful for what i was using it for :) Thank you!
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Getting the state of a brick?