Player:RequestJoin
Player:RequestJoin(joinMode: string, accountGuid: Guid, playerGuid: Guid, playerName: string): bool
Parameters
Name | Type | Description |
---|---|---|
joinMode | string | |
accountGuid | Guid | |
playerGuid | Guid | |
playerName | string |
Returns
Type | Description |
---|---|
bool |
Example
Hooks:Install('Player:RequestJoin', 1, function(hook, joinMode, accountGuid, playerGuid, playerName)
-- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)