G.OnModelLoaded
From GMod Wiki
Internal Function: G.OnModelLoaded | |
G.OnModelLoaded is an internal function. This means you will be able to call it, but you really shouldn't. |
Function | |
Syntax |
OnModelLoaded( String ModelName, Number NumPoseParams, Number NumSeq, Number NumAttachments, Number NumBoneControllers, Number NumSkins, Number Size ) Where is this used? |
Description: | |
Called from the engine on model load to enable Lua to cache the model stats in the database | |
Returns: | nil |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.OnModelLoaded]G.OnModelLoaded [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |