Jump to content

[SOLVED] New ComponentSystem - how to set additional attributes?


photo

Recommended Posts

in 2.7.3 component system goes as 2 files when start new project and check this option.

Question is how to make ComponentSystem write custom attributes to properties such as min and max attributes or others?

It could be done by editing and customizing that ComponentSystem files... no other ways?

Link to comment

Hi qwert_e,

At the moment, you have two ways:
1) Create property file by ComponentSystem (run your project once), then change created .prop file manually in Notepad, for example. Don't forget to write PROP_AUTOSAVE(0); macro in your component class!
2) Modify ComponentSystem files to extend its functionality

Best regards,
Alexander

Link to comment
  • silent changed the title to [SOLVED] New ComponentSystem - how to set additional attributes?
×
×
  • Create New...