Skip to content

Commit 1183cee

Browse files
authored
Create Get_View_Matrix.cpp
1 parent 04aded0 commit 1183cee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/Get_View_Matrix.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// ViewMatrix_t is float array 4x4 => 16 item, 64 byte
2+
ViewMatrix_t GetViewMatrix(){
3+
ViewMatrix_t ViewMatrix;
4+
ReadBytes((LPCVOID*)(g_pCsgo->client_dll_base + g_pOffsets->dwViewMatrix), 64, &ViewMatrix);
5+
return ViewMatrix;
6+
}

0 commit comments

Comments
 (0)