| 62 | } |
| 63 | |
| 64 | void ObjectEditorWindow::RefreshEditorProperties() { |
| 65 | // Refresh objectProps |
| 66 | RefreshObjectProperties(objectEditorProps); |
| 67 | modifiedEditorProps = false; |
| 68 | |
| 69 | strncpy(advancedEditorText, |
| 70 | objectEditorProps.ToString().c_str(), |
| 71 | LA_ARRAYSIZE(advancedEditorText)); |
| 72 | modifiedEditorProps = false; |
| 73 | } |
| 74 | |
| 75 | void ObjectEditorWindow::ParseEditorProperties() { |
| 76 | ParseObjectProperties(objectEditorProps); |