RbxStamper (Library): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
→‎The API: new section
>JulienDethurens
→‎See Also: new section
Line 6: Line 6:
{{:GetStampModel (Function)}}
{{:GetStampModel (Function)}}
{{:SetupStamperDragger (Function)}}
{{:SetupStamperDragger (Function)}}
== See Also ==
*[[RbxLibrary]]
*[http://www.roblox.com/RbxStamper-item?id=73157242 RbxStamper]
[[Category:Libraries]]

Revision as of 22:23, 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

CanEditRegion (Function)

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.


SetupStamperDragger (Function)

See Also