GetPhoneName

Gets the name of the currently active phone system.

Syntax:

Bridge.Phone.GetPhoneName()

Example:

local Bridge = exports['community_bridge']:Bridge()
local phoneSystem = Bridge.Phone.GetPhoneName()
print("Using phone system: " .. phoneSystem)

Last updated