File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 3723
3723
"tparams" : [],
3724
3724
"type" : " FUNCTION"
3725
3725
},
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
+ },
3726
3766
{
3727
3767
"brief" : " Deallocates a property container" ,
3728
3768
"description" : " Deallocates a property container" ,
You can’t perform that action at this time.
0 commit comments