# Set Research Item Movie

Grammar — Set the movie of researchItem to filePath
FlagsNative | Action

Sets the movie that will be shown when the specified research item is selected.

# Arguments

  • int [ preset::ResearchItem ] — Research Item
  • string [ filepath ] — File Path

Returns — void

native void ResearchItemSetMovieFilePath(
	int inResearchItemId,
	string inFilePath,
);

Category: Story / Research Panel

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L5561
ResearchItemSetMovieFilePath(ResearchItemLastCreated(), libCamp_gf_StoryResearchMovie(lv_indexResearch))