コード例 #1
0
ファイル: Streaming.cs プロジェクト: bengtapig/gtav-sc-tools
 public void ClearRequiredFlag(strIndex index, uint flags)
 => ((delegate * unmanaged[Thiscall] < ref strStreaming, int, uint, void >)ClearRequiredFlagAddress)(ref this, index.Value, flags);
コード例 #2
0
ファイル: Streaming.cs プロジェクト: bengtapig/gtav-sc-tools
 public bool Equals(strIndex other) => Value == other.Value;