# Set Local Tint Color

Grammar — SetLocalTintColor color
FlagsFunction

Constructs and returns a SetLocalTintColor actor message based on the parameters. This will set an actors tint color for only the current player. This will only work on actor’s with a model.

# Arguments

  • color — Color

Returns — string<actormsg>

string libNtve_gf_SetLocalTintColor(color lp_color);

Category: Actor / Message Constructors

# Examples

— None found —