|
| 24 Nov 2012 08:44 PM |
local p = newproxy(DataModel,true) print(getmetatable(p)) It prints nil.I don't know why being that their are so many user data and other things.Could someone please tell me how I could get to the user datas inside of the DataModel? |
|
|
| Report Abuse |
|
|
| |
|
nrscsy
|
  |
| Joined: 09 Nov 2012 |
| Total Posts: 465 |
|
|
| 24 Nov 2012 09:31 PM |
| I think you can't use it for anything but specific metamethods. |
|
|
| Report Abuse |
|
|
|
| 24 Nov 2012 09:42 PM |
| Ive also tried it without newproxy print(getmetatable(DataModel)) and it still returns nil |
|
|
| Report Abuse |
|
|