Arma Reforger Script API
Loading...
Searching...
No Matches
Classes | Enumerations
Player

Classes

interface  PlayerControllerClass
 
interface  PlayerController
 
interface  SocialComponentClass
 
interface  SocialComponent
 Component responsible for handling social interactions b/w 2 players. More...
 

Enumerations

enum  EUserInteraction { EUserInteraction.Chat , EUserInteraction.Invitation , EUserInteraction.UserGeneratedContent , EUserInteraction.VoiceChat }
 Interaction type between two players. More...
 
enum  PermissionState { PermissionState.ALLOWED , PermissionState.DISALLOWED , PermissionState.DISABLED }
 
enum  SCR_EReportReason { SCR_EReportReason.CHEATING , SCR_EReportReason.INTENTIONAL_DYING_AFK , SCR_EReportReason.NEGATIVE_ATTITUDE , SCR_EReportReason.OFFENSIVE_NAME }
 Player report reason. More...
 

Detailed Description

Enumeration Type Documentation

◆ EUserInteraction

Interaction type between two players.

Enumerator
Chat 
Invitation 
UserGeneratedContent 
VoiceChat 

◆ PermissionState

Enumerator
ALLOWED 

Allowed.

DISALLOWED 

NOT allowed.

DISABLED 

Disallowed by Platform - state could not be changed from the game.

◆ SCR_EReportReason

Player report reason.

Enumerator
CHEATING 
INTENTIONAL_DYING_AFK 
NEGATIVE_ATTITUDE 
OFFENSIVE_NAME