# Artifact Rank Of Player

Grammar — Artifact Rank artifactIndex|Index of player p
FlagsNative | Function

Returns the rank of the chosen artifact at the specified index for the player.

# Arguments

  • int — Player
  • int — Artifact Index

Returns — int

native int PlayerArtifactRank(
	int inPlayer,
	int inArtifactIndex,
);

Category: Player / Player Settings

# Examples

— None found —