Portal Documentation
Discord GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

MappedArray

Returns a copy of the provided Array with the values evaluated using the mapped expression provided. The following example utilizes the GetPlayers Array with GetGameModeScore and CurrentArrayElement to return an Array of Player scores.

Inputs

  1. Array
  2. Any Type (Mapped Expression)

Output

  • Array

MappedArray