# Set Selected Research Item

Grammar — Select researchItem for players|Player Group
FlagsNative | Action

Selects the specified research item for the specified players.

# Arguments

  • playergroup — Players
  • int [ preset::ResearchItem ] — Research Item

Returns — void

native void ResearchItemSetSelected(
	playergroup inPlayerGroup,
	int inResearchItemId,
);

Category: Story / Research Panel

# Examples

— None found —