Show raw api
{
"functions": [
{
"name": "new",
"desc": "Constructs a new RobloxApiMember wrapping the data given. See [RobloxApiDump.PromiseMembers] to actually\nconstruct this class.",
"params": [
{
"name": "data",
"desc": "",
"lua_type": "table"
}
],
"returns": [
{
"desc": "",
"lua_type": "RobloxApiMember"
}
],
"function_type": "static",
"source": {
"line": 25,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "GetName",
"desc": "Gets the member name.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "string"
}
],
"function_type": "method",
"source": {
"line": 70,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "GetCategory",
"desc": "Gets the member category.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "string?"
}
],
"function_type": "method",
"source": {
"line": 79,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsReadOnly",
"desc": "Retrieves whether the API member is read only.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 87,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "GetMemberType",
"desc": "Retrieves the member type.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "string"
}
],
"function_type": "method",
"source": {
"line": 95,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsEvent",
"desc": "Returns whether the member is an event.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 104,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "GetRawData",
"desc": "Retrieves the raw member data",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "table"
}
],
"function_type": "method",
"source": {
"line": 112,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsWriteNotAccessibleSecurity",
"desc": "Returns whether this member has write NotAccessibleSecurity",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 120,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsReadNotAccessibleSecurity",
"desc": "Returns whether this member has write NotAccessibleSecurity",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 128,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsWriteLocalUserSecurity",
"desc": "Returns whether this member has write LocalUserSecurity",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 136,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsReadLocalUserSecurity",
"desc": "Returns whether this member has read LocalUserSecurity",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 144,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsReadRobloxScriptSecurity",
"desc": "Returns whether this member has read RobloxScriptSecurity",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 152,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsWriteRobloxScriptSecurity",
"desc": "Returns whether this member has write RobloxScriptSecurity",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 160,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "CanSerializeSave",
"desc": "Returns whether this can serialize save",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean?"
}
],
"function_type": "method",
"source": {
"line": 168,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "CanSerializeLoad",
"desc": "Returns whether this can serialize save",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean?"
}
],
"function_type": "method",
"source": {
"line": 181,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "GetWriteSecurity",
"desc": "Returns the member's write security as a string",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "string?"
}
],
"function_type": "method",
"source": {
"line": 194,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "GetReadSecurity",
"desc": "Returns the member's read security as a string",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "string?"
}
],
"function_type": "method",
"source": {
"line": 207,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsProperty",
"desc": "Returns whether the member is a property.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 220,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsFunction",
"desc": "Returns whether the member is a function (i.e. method).",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 228,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsCallback",
"desc": "Returns whether the member is a callback.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 236,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsNotScriptable",
"desc": "Returns whether a script can modify it.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 244,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsNotReplicated",
"desc": "Returns whether the member is not replicated.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 252,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsDeprecated",
"desc": "Returns whether the member is deprecated..",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean\n"
}
],
"function_type": "method",
"source": {
"line": 259,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "IsHidden",
"desc": "Returns whether this api member is hidden.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 267,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "GetTags",
"desc": "Returns a list of tags. Do not modify this list.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "{string}"
}
],
"function_type": "method",
"source": {
"line": 275,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
},
{
"name": "HasTag",
"desc": "Retrieves whether the member has a tag or not.",
"params": [
{
"name": "tagName",
"desc": "",
"lua_type": "string"
}
],
"returns": [
{
"desc": "",
"lua_type": "boolean"
}
],
"function_type": "method",
"source": {
"line": 284,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
}
],
"properties": [],
"types": [],
"name": "RobloxApiMember",
"desc": "Represents a specific member of a class. This could be a property or event, or method, or callback.",
"source": {
"line": 6,
"path": "src/roblox-api-dump/src/Server/RobloxApiMember.lua"
}
}