Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,435 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Know if entity phisics are anabled #49035
07/11/05 17:10
07/11/05 17:10
Joined: Jun 2005
Posts: 54
I
iWaNtToKnOw Offline OP
Junior Member
iWaNtToKnOw  Offline OP
Junior Member
I

Joined: Jun 2005
Posts: 54
hi, my queation is short, is possible to know if an entity have phisics or if is just a normal entity?


Tell Me, iWaNtToKnOw!
Re: Know if entity phisics are anabled [Re: iWaNtToKnOw] #49036
08/17/05 16:27
08/17/05 16:27
Joined: Apr 2005
Posts: 64
Italy - Rome
_
_Tommo_ Offline
Junior Member
_Tommo_  Offline
Junior Member
_

Joined: Apr 2005
Posts: 64
Italy - Rome
I think that the only way is to use a entity's flag set when you enable the object...
Code:
 
define phys_active, flag1;

...
my.phys_active = phent_settype(my,ph_rigid,ph_box);
...




Moderated by  HeelX, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1