# Texture Video Play

Grammar — TextureVideoPlay texture fPS textureVideoPlayFlags soundType attachQuery
FlagsFunction

Constructs and returns a TextureVideoPlay actor message. Plays a video texture in a texture slot with the specified rate and flags. Works on actors with a model.

# Arguments

  • string<gamelink::Texture> — Texture
  • int — FPS
  • int — Texture Video Play Flags
  • int — Sound Type
  • string — Attach Query

Returns — string<actormsg>

string libNtve_gf_MakeMsgTextureVideoPlay(
	string lp_texture,
	int lp_fPS,
	int lp_textureVideoPlayFlags,
	int lp_soundType,
	string lp_attachQuery,
);

Category: Actor / Message Constructors

# Examples

— None found —