IsUpdatable

From scripting
Revision as of 07:04, 22 April 2017 by Nickpisca (talk | contribs) (Created page with " Function IsUpdatable(InputObj As Variant) As Boolean On Error GoTo Blast2 MyPart.UpdateObject InputObj IsUpdatable = True Exit Function Blast2: IsUpdatable = False End...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function IsUpdatable(InputObj As Variant) As Boolean
On Error GoTo Blast2
MyPart.UpdateObject InputObj
IsUpdatable = True
Exit Function
Blast2:
IsUpdatable = False
End Function