Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 407 Bytes

SetControlNormal.md

File metadata and controls

23 lines (19 loc) · 407 Bytes
ns aliases
PAD
0xE8A25867FBA3B05E

_SET_CONTROL_NORMAL

// 0xE8A25867FBA3B05E
BOOL _SET_CONTROL_NORMAL(int inputGroup, int control, float amount);
This is for simulating player input.  
amount is a float value from 0   
0, 1 and 2 used in the scripts. 0 is by far the most common of them.  

Parameters

  • inputGroup:
  • control:
  • amount:

Return value