Entity.CreateShadow

From GMod Wiki

Jump to: navigation, search
Function
Syntax Entity:CreateShadow( )
Description:
Running this function will create the shadow of the specified entity.
Returns: nil
In Object: Entity
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Entity.CreateShadow]Entity.CreateShadow [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionAn example usage of this function.
Used onNewerClient.png
Code
 
ent:SetNoDraw( false )
ent:CreateShadow()
 
OutputAn entity with a shadow.


Additional Notes

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox