# Set Render To Texture Enabled

Grammar — SetRenderToTextureEnabled enabled
FlagsFunction

Constructs and returns a SetRenderToTextureEnabled actor message. This will enable or disable a model’s ability to use render to texture. Only works on actors with models that are set up for render to texture in the model file.

# Arguments

  • bool — Enabled

Returns — string<actormsg>

string libNtve_gf_SetRenderToTextureEnabled(
	bool lp_enabled,
);

Category: Actor / Message Constructors

# Examples

— None found —