mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-15 01:07:58 -05:00
Basic write template based on load template
This commit is contained in:
@ -980,6 +980,10 @@ class ZoneLoadTemplate::Internal final : BaseTemplate
|
||||
LINE(MakeTypeVarName(info->m_definition)<<" = *"<< MakeTypePtrVarName(info->m_definition)<<";")
|
||||
LINE("Load_"<<MakeSafeTypeName(info->m_definition)<<"(true);")
|
||||
}
|
||||
else
|
||||
{
|
||||
LINE("#error Temp method cannot have leaf type")
|
||||
}
|
||||
|
||||
if (info->m_post_load_action)
|
||||
{
|
||||
|
Reference in New Issue
Block a user