Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Mewdoom

zdoom - need help to understand SpawnItemEx flags

Recommended Posts

Hello guys,

I look at the succubus decorate from realm 667 bestiary and it use:

A_SpawnItemEx("WalkFire1",0,0,0,1,0,0,0,128)

I look at the zdoom wiki but they dont explain what represent de 128 value ?

Someone have any idea or have a link with the value of each flags ?

Thanks :)

Share this post


Link to post

128 is SXF_CLIENTSIDE. As a general rule, you should absolutely never use values directly, only the flag names. If somebody gives you a flag list represented as an integer, tell them to go back and try again.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×