- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
Hi
Is possible to change the prototype of $dataItems
because i need to call fast function to build some regexr when is nessesery.
Or I would be better to create a new $variable in window, that when i will calling, will indirectly modify the $dataItems[]?
ex:
I looked at how the $dataItems semm to work, and I can not find the constructor and how is added to eatch array at gameBoot.
Do you have any idea about the line i need to check?
thank
Is possible to change the prototype of $dataItems
because i need to call fast function to build some regexr when is nessesery.
Or I would be better to create a new $variable in window, that when i will calling, will indirectly modify the $dataItems[]?
ex:
Code:
function itemsManage(){};
$items = new itemsManage();
itemsManage.prototype.doSomething = function(AddTXT) {
}
Do you have any idea about the line i need to check?
thank



