alloc8or / rdr3-nativedb-data

A database of all RDR3 script commands ("natives"). Strictly for educational purposes! https://alloc8or.re/rdr3/nativedb/
103 stars 59 forks source link

Added a comment for the LAW::_0xDAEFDFDB2AEECE37 function #174

Closed SurvivalDome closed 1 day ago

SurvivalDome commented 4 months ago

I figured this out with this Powershell command:

Get-ChildItem -Path "Path\To\Decompiled\Scripts" -File | ForEach-Object {Select-String -Path $_.FullName -Pattern '0xDAEFDFDB2AEECE37.*\b0))$' | Where-Object { $.Line -notmatch '\b0))$' }}