Changes between Initial Version and Version 1 of Ticket #2517, comment 18
- Timestamp:
- 05/04/14 18:13:57 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2517, comment 18
initial v1 4 4 For part 2 I thought of splitting the C++ Script_RegisterComponentType() into 2. Is this fine? 5 5 6 We could also trigger hotloading but this would override the other main componentand thus we needed a spearate flag to skip this hotloading branch (which is entered if the IID_Component already is registered).6 We could also trigger hotloading but this would override all other mods' components with this IID and thus we needed a spearate flag to skip this hotloading branch (which is entered if the IID_Component already is registered). 7 7 8 8 Currently we return here:
