Skip to content
Open
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
18 changes: 0 additions & 18 deletions ENTITY/N_0x1a092bb0c3808b96.md

This file was deleted.

15 changes: 0 additions & 15 deletions ENTITY/N_0x352e2b5cf420bf3b.md

This file was deleted.

15 changes: 0 additions & 15 deletions ENTITY/N_0x36f32de87082343e.md

This file was deleted.

17 changes: 0 additions & 17 deletions ENTITY/N_0x68b562e124cc0aef.md

This file was deleted.

15 changes: 0 additions & 15 deletions ENTITY/N_0xb17bc6453f6cf5ac.md

This file was deleted.

15 changes: 0 additions & 15 deletions ENTITY/N_0xcea7c8e1b48ff68c.md

This file was deleted.

19 changes: 0 additions & 19 deletions ENTITY/N_0xe66377cddada4810.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
ns: ENTITY
---
## _0x490861B88F4FD846
## RESET_PICKUP_ENTITY_GLOW

```c
// 0x490861B88F4FD846
void _0x490861B88F4FD846(Any p0);
void RESET_PICKUP_ENTITY_GLOW(Entity entity);
```

```
Does nothing (essentially a nullsub).
```

## Parameters
* **p0**:
* **entity**:

15 changes: 15 additions & 0 deletions ENTITY/SetAllowMigrateToSpectator.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
ns: ENTITY
---
## SET_ALLOW_MIGRATE_TO_SPECTATOR

```c
// 0x36F32DE87082343E
void SET_ALLOW_MIGRATE_TO_SPECTATOR(Entity entity, Any p1);
```


## Parameters
* **entity**:
* **p1**: always set to 1

15 changes: 15 additions & 0 deletions ENTITY/SetEntityCanOnlyBeDamagedByEntity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
ns: ENTITY
---
## SET_ENTITY_CAN_ONLY_BE_DAMAGED_BY_ENTITY

```c
// 0xB17BC6453F6CF5AC
void SET_ENTITY_CAN_ONLY_BE_DAMAGED_BY_ENTITY(Entity entity1, Entity entity2);
```


## Parameters
* **entity1**:
* **entity2**:

15 changes: 15 additions & 0 deletions ENTITY/SetEntityCanOnlyBeDamagedByScriptParticipants.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
ns: ENTITY
---
## SET_ENTITY_CAN_ONLY_BE_DAMAGED_BY_SCRIPT_PARTICIPANTS

```c
// 0x352E2B5CF420BF3B
void SET_ENTITY_CAN_ONLY_BE_DAMAGED_BY_SCRIPT_PARTICIPANTS(Entity entity, Bool toggle);
```


## Parameters
* **entity**:
* **toggle**:

17 changes: 17 additions & 0 deletions ENTITY/SetEntityCantCauseCollisionDamagedEntity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
ns: ENTITY
---
## SET_ENTITY_CANT_CAUSE_COLLISION_DAMAGED_ENTITY

```c
// 0x68B562E124CC0AEF
void SET_ENTITY_CANT_CAUSE_COLLISION_DAMAGED_ENTITY(Entity entity1, Entity entity2);
```

```
NativeDB Introduced: v1180
```

## Parameters
* **entity1**:
* **entity2**:
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
---
ns: ENTITY
---
## _0x78E8E3A640178255
## SET_ENTITY_IS_IN_VEHICLE

```c
// 0x78E8E3A640178255
void _0x78E8E3A640178255(Entity entity);
void SET_ENTITY_IS_IN_VEHICLE(Entity entity);
```

```
Related to cutscene entities. Unsure about the use.
SET_ENTITY_*
```

## Parameters
Expand Down
18 changes: 18 additions & 0 deletions ENTITY/SetEntityMirrorReflectionFlag.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
ns: ENTITY
---
## SET_ENTITY_MIRROR_REFLECTION_FLAG

```c
// 0xE66377CDDADA4810
void SET_ENTITY_MIRROR_REFLECTION_FLAG(Entity entity, BOOL toggle);
```


```
NativeDB Introduced: v1734
```

## Parameters
* **entity**:
* **toggle**:
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
ns: ENTITY
---
## _0x5C3B791D580E0BC2
## SET_ENTITY_SORT_BIAS

```c
// 0x5C3B791D580E0BC2
void _0x5C3B791D580E0BC2(Entity entity, float p1);
void SET_ENTITY_SORT_BIAS(Entity entity, float p1);
```

```
Expand Down
18 changes: 18 additions & 0 deletions ENTITY/SetEntityUseMaxDistanceForWaterReflection.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
ns: ENTITY
---
## SET_ENTITY_USE_MAX_DISTANCE_FOR_WATER_REFLECTION

```c
// 0x1A092BB0C3808B96
void SET_ENTITY_USE_MAX_DISTANCE_FOR_WATER_REFLECTION(Entity entity, BOOL toggle);
```

```

```

## Parameters
* **entity**:
* **toggle**:

Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
ns: ENTITY
---
## _0xC34BC448DA29F5E9
## SET_ENTITY_WATER_REFLECTION_FLAG

```c
// 0xC34BC448DA29F5E9
void _0xC34BC448DA29F5E9(Entity entity, BOOL toggle);
void SET_ENTITY_WATER_REFLECTION_FLAG(Entity entity, BOOL toggle);
```

```
SET_ENTITY_*

```

## Parameters
Expand Down
15 changes: 15 additions & 0 deletions ENTITY/SetPickupCollidesWithProjectiles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
ns: ENTITY
---
## SET_PICKUP_COLLIDES_WITH_PROJECTILES

```c
// 0xCEA7C8E1B48FF68C
void SET_PICKUP_COLLIDES_WITH_PROJECTILES(Entity entity, BOOL toggle);
```


## Parameters
* **entity**:
* **toggle**:

Loading