1 [
ComponentEditorProps(
category:
"GameScripted/Editor (Editables)", description:
"", icon:
"WBData/ComponentEditorProps/componentEditor.png")]
20 if (!from || !from.IsRegistered())
25 m_vIconPos = from.m_vIconPos;
26 m_iIconBoneIndex = from.m_iIconBoneIndex;
27 RestoreParentEntity();
40 from.Get(
"m_vIconPos", m_vIconPos);
43 from.Get(
"m_sIconBoneName", iconBoneName);
45 m_iIconBoneIndex =
m_Owner.GetAnimation().GetBoneIndex(iconBoneName);
47 m_iIconBoneIndex = -1;
49 RestoreParentEntity();
56 return super.GetPos(pos);
83 info = super.GetInfo(owner);