Inventory class method (markDirty) #2400
Answered
by
Linguardium
Intezium
asked this question in
Mod Dev Support
-
What is markDirty method from Inventory class? |
Beta Was this translation helpful? Give feedback.
Answered by
Linguardium
Jul 17, 2022
Replies: 1 comment
-
markDirty is intended to mark some object as needing saved It can also be used as an indicator for when something needs to be synced to the client as well, but its primary use is for saving updated data. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Intezium
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
markDirty is intended to mark some object as needing saved
It can also be used as an indicator for when something needs to be synced to the client as well, but its primary use is for saving updated data.