RbxStamper (Library): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
→‎See Also: new section
>JulienDethurens
→‎The API: Temporarily hiding the red links. Using ifexist or something like that isn't worth it, since these pages will soon be created.
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
== The API ==
== The API ==


{{:CanEditRegion (Function)}}
<!-- {{:CanEditRegion (Function)}} -->
{{:GetStampModel (Function)}}
{{:GetStampModel (Function)}}
{{:SetupStamperDragger (Function)}}
<!-- {{:SetupStamperDragger (Function)}} -->


== See Also ==
== See Also ==

Latest revision as of 22:31, 12 March 2012

RbxStamper is a RbxLibrary that provides functions for use by ROBLOX's building tools. Even though it was designed for ROBLOX's building tools specifically, it could still be useful if you're making your own building tools.

The API

GetStampModel( number assetId, boolean useAssetVersionId )
Returns Model or string
Description: assetId is the asset to load in, define useAssetVersionId as true if assetId is a version id instead of a relative assetId. Returns the asset contained in a Model, or a string with error message if something fails.


See Also