Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spacevx committed Nov 28, 2023
1 parent bd6a61c commit ea7fd13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GRAPHICS/SetScaleformMovieToUseLargeRt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ aliases: ["0x32F34FF7F617643B"]

```c
// 0x32F34FF7F617643B
void SET_SCALEFORM_MOVIE_TO_USE_LARGE_RT(cs_type(Any) int scaleformHandle, cs_type(Any) bool toggle);
void SET_SCALEFORM_MOVIE_TO_USE_LARGE_RT(int scaleformHandle, cs_type(Any) bool toggle);
```
### Used to configure a Scaleform to use a large rendertarget. This can be useful for centering text for example, when displaying the name of an organization. (DLC Import/Export)
Used to configure a Scaleform to use a large rendertarget. This can be useful for centering text for example, when displaying the name of an organization. (DLC Import/Export)
## Parameters
* **scaleformHandle**: The handle of the Scaleform to be used.
Expand Down
2 changes: 1 addition & 1 deletion VEHICLE/SetTransformRateForAnimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aliases: ["0x498218259FB7C72D", "_SET_UNK_FLOAT_0x104_FOR_SUBMARINE_VEHICLE_TASK
void SET_TRANSFORM_RATE_FOR_ANIMATION(Vehicle vehicle, float transformRate);
```
### Affects the playback speed of the submarine car conversion animations. Does not affect hardcoded animations such as the wheels being retracted. In decompiled scripts the only value used for transformRate is 2.5.
Affects the playback speed of the submarine car conversion animations. Does not affect hardcoded animations such as the wheels being retracted. In decompiled scripts the only value used for transformRate is 2.5.
## Parameters
* **vehicle**: The vehicle for which the submarine car conversion animation speed should be adjusted.
Expand Down
2 changes: 1 addition & 1 deletion VEHICLE/SetTransformToSubmarineUsesAlternateInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aliases: ["0x41B9FB92EDED32A6", "_SET_UNK_BOOL_0x102_FOR_SUBMARINE_VEHICLE_TASK"
void SET_TRANSFORM_TO_SUBMARINE_USES_ALTERNATE_INPUT(Vehicle vehicle, bool toogle);
```
### This native changes the key used to transform a vehicle into submarine mode. When set to true, the transformation key switches from the default raise/lower convertible roof key (usually 'H') to the special vehicle transformation key (usually 'X').
This native changes the key used to transform a vehicle into submarine mode. When set to true, the transformation key switches from the default raise/lower convertible roof key (usually 'H') to the special vehicle transformation key (usually 'X').
## Parameters
* **vehicle**: The vehicle for which the submarine mode should be configured.
Expand Down

0 comments on commit ea7fd13

Please sign in to comment.