Skip to content

Commit baa8936

Browse files
Site changes [skip-ci]
1 parent 8d41f32 commit baa8936

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

_data/ref/alpha/dmgameobject-cpp.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3723,6 +3723,46 @@
37233723
"tparams": [],
37243724
"type": "FUNCTION"
37253725
},
3726+
{
3727+
"brief": "Creates a property container from a lua table",
3728+
"description": "Creates a property container from a lua table",
3729+
"error": "",
3730+
"examples": "",
3731+
"language": "",
3732+
"members": [],
3733+
"name": "PropertyContainerCreateFromLua",
3734+
"notes": [],
3735+
"parameters": [
3736+
{
3737+
"doc": "The lua state",
3738+
"is_optional": "False",
3739+
"name": "L",
3740+
"types": [
3741+
"lua_State*"
3742+
]
3743+
},
3744+
{
3745+
"doc": "The lua stack index of the lua table",
3746+
"is_optional": "False",
3747+
"name": "index",
3748+
"types": [
3749+
"int"
3750+
]
3751+
}
3752+
],
3753+
"replaces": "",
3754+
"returnvalues": [
3755+
{
3756+
"doc": "The property container",
3757+
"name": "container",
3758+
"types": [
3759+
"HPropertyContainer"
3760+
]
3761+
}
3762+
],
3763+
"tparams": [],
3764+
"type": "FUNCTION"
3765+
},
37263766
{
37273767
"brief": "Deallocates a property container",
37283768
"description": "Deallocates a property container",

0 commit comments

Comments
 (0)