# Multiply Scale

Grammar — MultiplyScale x y z duration
FlagsFunction

Constructs and returns a MultiplyScale actor message. This will multiply the current scale of the actor by the multipliers specified over the duration specified. Will only work on actors with a model.

# Arguments

  • fixed — X
  • fixed — Y
  • fixed — Z
  • fixed — Duration

Returns — string<actormsg>

string libNtve_gf_MultiplyScale(
	fixed lp_x,
	fixed lp_y,
	fixed lp_z,
	fixed lp_duration,
);

Category: Actor / Message Constructors

# Examples

— None found —