# Texture Group Remove

Grammar — TextureGroupRemove textureProps
FlagsFunction

Constructs and returns a TextureGroupRemove actor message based on the parameters. This message will remove a set of texture props associated with the name given in the Texture Props parameter. The unit will revert to its default texture, if it is not already using it.

# Arguments

  • string — Texture Props

Returns — string<actormsg>

string libNtve_gf_TextureGroupRemove(
	string lp_textureProps,
);

Category: Actor / Message Constructors

# Examples

— None found —