Use of Actor Properties in SetPlayerProperty CCmd?

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
Post Reply
User avatar
StroggVorbis
Posts: 866
Joined: Wed Nov 08, 2017 4:23 pm
Graphics Processor: nVidia with Vulkan support
Location: Germany

Use of Actor Properties in SetPlayerProperty CCmd?

Post by StroggVorbis »

I wanted to know if,
in addition to all the properties listed here: https://zdoom.org/wiki/SetPlayerProperty,
any of the properties at https://zdoom.org/wiki/SetActorProperty can be used with the SetPlayerProperty command, or only via ACS?

Thx in advance and sorry if this is the wrong thread for such questions.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49073
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Use of Actor Properties in SetPlayerProperty CCmd?

Post by Graf Zahl »

None. Both functions have totally different values for their features, they are not compatible at all.
If you want to change an actor property on a player, call SetActorProperty, not SetPlayerProperty.
User avatar
StroggVorbis
Posts: 866
Joined: Wed Nov 08, 2017 4:23 pm
Graphics Processor: nVidia with Vulkan support
Location: Germany

Re: Use of Actor Properties in SetPlayerProperty CCmd?

Post by StroggVorbis »

I can't call SetActorProperty from console, can I?

Apart from using Puke or Pukename ofc, is there no simple way to change these properties without usage of ACS scripting?
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49073
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: Use of Actor Properties in SetPlayerProperty CCmd?

Post by Graf Zahl »

No.
Post Reply

Return to “General”