mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Merge commit 'a1edba6'
This commit is contained in:
@ -717,7 +717,7 @@ plArmatureMod *plAvatarMgr::GetFirstRemoteAvatar()
|
||||
return nil;
|
||||
}
|
||||
|
||||
plArmatureMod* plAvatarMgr::FindAvatar(plKey& avatarKey)
|
||||
plArmatureMod* plAvatarMgr::FindAvatar(const plKey& avatarKey)
|
||||
{
|
||||
plSceneObject *so = plSceneObject::ConvertNoRef(avatarKey->ObjectIsLoaded());
|
||||
if (so)
|
||||
|
@ -141,7 +141,7 @@ public:
|
||||
|
||||
plArmatureMod *GetLocalAvatar();
|
||||
plKey GetLocalAvatarKey();
|
||||
static plArmatureMod *FindAvatar(plKey& avatarKey); // Key of the sceneObject
|
||||
static plArmatureMod *FindAvatar(const plKey& avatarKey); // Key of the sceneObject
|
||||
plArmatureMod *FindAvatarByPlayerID(uint32_t pid);
|
||||
plArmatureMod *FindAvatarByModelName(const plString& name); // Probably only useful for custom NPCs. All players are
|
||||
// either "Male" or "Female".
|
||||
|
Reference in New Issue
Block a user