PropertyName()
7/14/25Less than 1 minute
PropertyName(string name)
Initializes the PropertyName using a string.
Parameters:
Name | Type | Description |
---|---|---|
name | string | name |
Usage
---@type string
local name;
local propertyname = PropertyName(name);
Initializes the PropertyName using a string.
Name | Type | Description |
---|---|---|
name | string | name |
---@type string
local name;
local propertyname = PropertyName(name);