Skip to content

getProfiles

Ben edited this page Aug 16, 2022 · 1 revision

Returns a list of all of your TRP profiles

TRP3_API.profile.getProfiles()

Returns

  • profiles: A table containing all of your TRP3 profiles

Example

Print out a list of all TRP3 Profiles:

local allProfiles = TRP3_API.profile.getProfiles()

print(allProfiles)
Clone this wiki locally