Show raw api
{
"functions": [
{
"name": "processRendering",
"desc": "Called by DropletClientManager",
"params": [],
"returns": [],
"function_type": "static",
"private": true,
"source": {
"line": 143,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "new",
"desc": "Creates a new Droplet instance. Called by DropletClientManager.",
"params": [
{
"name": "config",
"desc": "The configuration for the droplet.",
"lua_type": "{\r\n Id: number;\r\n NetworkPacket: DropletUtil.DropletNetworkPacket;\r\n ResourceTypeData: DropletUtil.ResourceTypeData;\r\n\r\n Value: any?,\r\n LifeTime: number,\r\n\r\n DropletClientManager: any,\r\n}"
}
],
"returns": [
{
"desc": "",
"lua_type": "Droplet"
}
],
"function_type": "static",
"private": true,
"source": {
"line": 156,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "GetValue",
"desc": " ",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "any\r\n"
}
],
"function_type": "method",
"source": {
"line": 246,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "GetMetadata",
"desc": " ",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "any?\r\n"
}
],
"function_type": "method",
"source": {
"line": 253,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "GetResourceTypeData",
"desc": " ",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "ResourceTypeData\r\n"
}
],
"function_type": "method",
"source": {
"line": 260,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "GetPosition",
"desc": " ",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "Vector3\r\n"
}
],
"function_type": "method",
"source": {
"line": 267,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "GetPivot",
"desc": "",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "CFrame\r\n"
}
],
"function_type": "method",
"private": true,
"source": {
"line": 274,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "GetModel",
"desc": " ",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "Actor\r\n"
}
],
"function_type": "method",
"source": {
"line": 281,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "GetSetupData",
"desc": "Returns the data that was returned by the ResourceTypeData.Setup function",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "any\r\n"
}
],
"function_type": "method",
"source": {
"line": 289,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "Identify",
"desc": "Returns the seed and id of the droplet. Used for internal identification.",
"params": [],
"returns": [
{
"desc": "The seed of the droplet",
"lua_type": "number"
},
{
"desc": "The id of the droplet",
"lua_type": "number"
}
],
"function_type": "method",
"source": {
"line": 298,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "IsTimingOut",
"desc": "Returns whether or not the droplet is in the process of timing out.",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "boolean\r\n"
}
],
"function_type": "method",
"source": {
"line": 305,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "AttachModel",
"desc": "Attaches a Model or Part to the droplet. Use this to add your visuals to the droplet.",
"params": [
{
"name": "object",
"desc": "",
"lua_type": "Model | BasePart"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 317,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "Collect",
"desc": " ",
"params": [
{
"name": "playerWhoCollected",
"desc": "",
"lua_type": "Player"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 340,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "Claim",
"desc": " ",
"params": [
{
"name": "playerWhoClaimed",
"desc": "",
"lua_type": "Player"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 356,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "Magnetize",
"desc": "",
"params": [
{
"name": "playerWhoCollected",
"desc": "",
"lua_type": "Player"
}
],
"returns": [],
"function_type": "method",
"private": true,
"source": {
"line": 369,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
},
{
"name": "_Render",
"desc": "",
"params": [
{
"name": "dt",
"desc": "",
"lua_type": "number"
}
],
"returns": [],
"function_type": "method",
"private": true,
"source": {
"line": 476,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
}
],
"properties": [],
"types": [
{
"name": "Droplet",
"desc": "",
"lua_type": "Droplet",
"source": {
"line": 492,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
}
],
"name": "Droplet",
"desc": "",
"source": {
"line": 6,
"path": "lib/dropletmanager/src/Client/Droplet.lua"
}
}