Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 291 Bytes

IsRecording.md

File metadata and controls

17 lines (14 loc) · 291 Bytes
ns
RECORDING

_IS_RECORDING

// 0x1897CA71995A90B4
BOOL _IS_RECORDING();
Checks if you're recording, returns TRUE when you start recording (F1) or turn on action replay (F2)  
mov al, cs:g_bIsRecordingGameplay // byte_141DD0CD0 in b944  
retn  

Return value