![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
This component should be attached to a PlayerController. It manages player-specific faction and the communication between player and authority regarding so.
Definition at line 20 of file SCR_PlayerFactionAffiliationComponent.c.
Sends a can-ask request to the authority. NOTE: This is not the final result of the assignation. That result is can be listened to by hooking onto GetOnCanPlayerFactionResponseInvoker(), successful request will have a response of SCR_ESpawnResult.OK.
| [in] | faction |
Definition at line 332 of file SCR_PlayerFactionAffiliationComponent.c.
Authority: Handles ask request on the authority:
| [in] | faction |
Definition at line 396 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Owner: Response from the authority about whether faction was set successfully or not.
| [in] | factionIndex | |
| [in] | response |
Definition at line 444 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 43 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 53 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 62 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 72 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 81 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 127 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 91 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 100 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 111 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 119 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 133 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 139 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 237 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 460 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Definition at line 145 of file SCR_PlayerFactionAffiliationComponent.c.
Sends a request to get assigned provided faction.
| [in] | faction |
Definition at line 168 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Owner: Response from the authority about whether faction was set successfully or not.
| [in] | factionIndex | |
| [in] | response |
Definition at line 311 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Ask the authority to whether provided faction can be assigned.
| [in] | factionIndex |
Definition at line 364 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Ask the authority to assign provided faction.
| [in] | factionIndex |
Definition at line 198 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Authority: Sends response to the owner whether faction assignation can be done or not.
| [in] | factionIndex | |
| [in] | response | Can faction be assigned? |
Definition at line 416 of file SCR_PlayerFactionAffiliationComponent.c.
|
inlineprotected |
Authority: Sends response to the owner whether faction assignation was successfull or not.
| [in] | factionIndex | |
| [in] | response | Was faction assigned? |
Definition at line 283 of file SCR_PlayerFactionAffiliationComponent.c.
Authority: Handles request on the authority:
| [in] | faction |
Definition at line 255 of file SCR_PlayerFactionAffiliationComponent.c.
|
protected |
Definition at line 49 of file SCR_PlayerFactionAffiliationComponent.c.
|
protected |
Definition at line 58 of file SCR_PlayerFactionAffiliationComponent.c.
|
protected |
Definition at line 68 of file SCR_PlayerFactionAffiliationComponent.c.
|
protected |
Definition at line 77 of file SCR_PlayerFactionAffiliationComponent.c.
|
protected |
Definition at line 124 of file SCR_PlayerFactionAffiliationComponent.c.
|
protected |
Definition at line 87 of file SCR_PlayerFactionAffiliationComponent.c.
|
protected |
Definition at line 96 of file SCR_PlayerFactionAffiliationComponent.c.
|
protected |
Definition at line 107 of file SCR_PlayerFactionAffiliationComponent.c.
|
protected |
Definition at line 116 of file SCR_PlayerFactionAffiliationComponent.c.