mirror of
https://github.com/ytsodacan/Faucet.git
synced 2026-04-26 08:58:29 +00:00
Call GetPlayerPos like this and get output PlayerPos pos = SDK::GetPlayerPos(); SDK::Log(L"X: " + std::to_wstring(pos.x)); SDK::Log(L"Y: " + std::to_wstring(pos.y)); SDK::Log(L"Z: " + std::to_wstring(pos.z)); Call GetPlayerX or Y or Z like this and get output double x = SDK::GetPlayerX(); double y = SDK::GetPlayerY(); double z = SDK::GetPlayerZ();
14 lines
152 B
Plaintext
14 lines
152 B
Plaintext
# Visual Studio directory
|
|
.vs/
|
|
|
|
# Visual Studio databases
|
|
*.VC.db
|
|
|
|
# Precompiled headers
|
|
*.ipch
|
|
*.pch
|
|
|
|
# Linker/compiler intermediates
|
|
*.ilk
|
|
*.lib
|
|
*.pdb |