Пользовательские дополнения
На главную
avatar.GetTeleportLocations()
Возвращает список известных главному игроку точек телепортации от мастеров телепортов.
-- библиотека
avatar
-- объявление
function GetTeleportLocations()
-- параметры
нет
-- возвращаемые значения
table of ObjectId - индексированный с 0 список идентификаторов точек телепортации
-- пример
local list = avatar.GetTeleportLocations()
if list[0] do
local locationInfo = avatar.GetTeleportLocationInfo( list[0] )
if locationInfo then
local name = locationInfo.name
end
end
Search: "CategoryLuaApi" "CategoryTeleportMaster"
EventKnownTeleportLocationUpdated
FunctionAvatarCanMarkLocation
FunctionAvatarGetInteractorCurrentLocations
FunctionAvatarGetInteractorTeleportLocations
FunctionAvatarGetTeleportLocationInfo
FunctionAvatarGetTeleportLocations
FunctionAvatarMarkCurrentLocation
FunctionAvatarTeleportToLocation
CategoryLuaApi
CategoryFunction
CategoryInteraction
CategoryTeleportMaster
CategoryAvatar
На главную