Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions HUD/IsUpdatingMpGamerTagNameAndCrewDetails.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
ns: HUD
aliases: ["0xEB709A36958ABE0D","_HAS_MP_GAMER_TAG_2","_HAS_MP_GAMER_TAG_CREW_FLAGS_SET", "_IS_VALID_MP_GAMER_TAG_MOVIE"]
---
## IS_UPDATING_MP_GAMER_TAG_NAME_AND_CREW_DETAILS

```c
// 0xEB709A36958ABE0D 0xF11414C4
BOOL IS_UPDATING_MP_GAMER_TAG_NAME_AND_CREW_DETAILS(int playerId);
```

Returns if game code is currently updating gamer tag and crew details for a player's name tag.
When this native returns true, do not call [`SET_MP_GAMER_TAG_NAME`](#_0xDEA2B8283BAA3944).

## Parameters
* **playerId**: Local ID of the player.

## Return value
19 changes: 0 additions & 19 deletions HUD/IsValidMpGamerTagMovie.md

This file was deleted.

Loading