Thread: Last bind point
View Single Post
  #2  
Old 11-18-2013, 06:27 PM
wolfwalkereci
Discordant
 
Join Date: Dec 2005
Posts: 435
Default

Code:
== 01/16/2013 ==
Secrets: Added five new functions to perl for clients: GetBindX, GetBindY, GetBindZ, GetBindHeading, and GetBindZoneID. They all have an optional parameter of index of playerprofile's bindpoint.

zone/client.h
$client->GetBindZoneID();
$client->GetBindX();
$client->GetBindY();
$client->GetBindZ();
$client->GetBindHeading();

see also zone\perl_client.cpp
Reply With Quote