ApproveAssetVersionId (Method): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>LocalChum added page |
>Trappingnoobs fixed |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Method | {{deprecated}} | ||
<onlyinclude>{{Method | |||
|name = ApproveAssetVersionId | |name = ApproveAssetVersionId | ||
|arguments = [[int]] assetVersionId | |arguments = [[int]] assetVersionId | ||
|description = Approves an asset version ID for use with the [[LoadAssetVersion (Method)|LoadAssetVersion]] function. | |description = Approves an asset version ID for use with the [[LoadAssetVersion (Method)|LoadAssetVersion]] function. | ||
|object = InsertService | |object = InsertService | ||
}} | }}</onlyinclude> | ||
[[Category:Methods]] | [[Category:Methods]] |
Latest revision as of 19:43, 1 February 2012
Deprecated:This item is deprecated. Do not use it for new work.
ApproveAssetVersionId( int assetVersionId ) | |
Returns | nil |
Description: | Approves an asset version ID for use with the LoadAssetVersion function. |
Member of: | InsertService |