GetFrom
Allows you to get the data saved through the SetFor
Argument | Data Type | Needed | Default | Description |
---|---|---|---|---|
Id | string/number | - | The id | |
Property | string/table | - | The data name |
Dont need to be called every frame
Example
Get a specific data saved for that property
GetFrom("myid", "something")
"Hello"
(string) Get all data saved for that property
GetFrom("myid")
{ something = "Hello", something2 = 5, something3 = {1, 2, 3} }
(table) Last update: April 12, 2022
Created: June 27, 2021
Created: June 27, 2021