RemoveMpGamerTag
DocsRemoveMpGamerTag(gamerTagId)Description
Removes the gamer tag associated with the provided ID. This does not happen instantly. Use IS_MP_GAMER_TAG_FREE to determine when the ID is free for reuse.
Parameters
| Name | Type | Description |
|---|---|---|
gamerTagId | int | A player ID with a gamer tag or a fake gamer tag ID. |
Returns
voidThis native does not return a value.