# Texture Video Set Time

Grammar — TextureVideoSetTime texture time
FlagsFunction

Constructs and returns a TextureVideoSetTime actor message. Sets the play position (in seconds) of the video texture in the specified texture slot. Works on actors with a model.

# Arguments

  • string<gamelink::Texture> — Texture
  • fixed — Time

Returns — string<actormsg>

string libNtve_gf_TextureVideoSetTime(
	string lp_texture,
	fixed lp_time,
);

Category: Actor / Message Constructors

# Examples

— None found —