mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-09-09 15:37:05 +00: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