Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix interal links #918

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion MISC/SetWeatherTypeNowPersist.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ns: MISC
void SET_WEATHER_TYPE_NOW_PERSIST(char* weatherType);
```

Refer to [`SET_WEATHER_TYPE_NOW`](#0x29B487C359E19889) for weather types.
Refer to [`SET_WEATHER_TYPE_NOW`](#_0x29B487C359E19889) for weather types.

## Parameters
* **weatherType**:
Expand Down
2 changes: 1 addition & 1 deletion PED/SetPedFaceFeature.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Parentheses indicate morph scale/direction as in (-1.0 to 1.0)

**Note:**

You may need to call [`SetPedHeadBlendData`](#0x9414E18B9434C2FE) prior to calling this native in order for it to work.
You may need to call [`SetPedHeadBlendData`](#_0x9414E18B9434C2FE) prior to calling this native in order for it to work.

## Parameters
* **ped**: The ped entity
Expand Down
8 changes: 4 additions & 4 deletions PED/SetPedHeadBlendData.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ For more info please refer to [this](https://gtaforums.com/topic/858970-all-gtao
IDs start at zero and go Male Non-DLC, Female Non-DLC, Male DLC, and Female DLC.</br>

This native function is often called prior to calling natives such as:
- [`SetPedHairColor`](#0xBB43F090)
- [`SetPedHeadOverlayColor`](#0x78935A27)
- [`SetPedHeadOverlay`](#0xD28DBA90)
- [`SetPedFaceFeature`](#0x6C8D4458)
- [`SetPedHairColor`](#_0xBB43F090)
- [`SetPedHeadOverlayColor`](#_0x78935A27)
- [`SetPedHeadOverlay`](#_0xD28DBA90)
- [`SetPedFaceFeature`](#_0x6C8D4458)

## Parameters
* **ped**: The ped entity
Expand Down
2 changes: 1 addition & 1 deletion PED/SetPedHeadOverlay.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ overlayID Part Index, to disable

**Note:**

You may need to call [`SetPedHeadBlendData`](#0x9414E18B9434C2FE) prior to calling this native in order for it to work.
You may need to call [`SetPedHeadBlendData`](#_0x9414E18B9434C2FE) prior to calling this native in order for it to work.

## Parameters
* **ped**: The ped entity
Expand Down
2 changes: 1 addition & 1 deletion PED/SetPedHeadOverlayColor.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Called after SET_PED_HEAD_OVERLAY().

**Note:**

You may need to call [`SetPedHeadBlendData`](#0x9414E18B9434C2FE) prior to calling this native in order for it to work.
You may need to call [`SetPedHeadBlendData`](#_0x9414E18B9434C2FE) prior to calling this native in order for it to work.

## Parameters
* **ped**: The ped entity
Expand Down
Loading