PhysObj.OutputDebugInfo
From GMod Wiki
| Function | |
| Syntax |
PhysObj.OutputDebugInfo( ) Where is this used? |
| Description: | |
| Prints info about the physics object to console. | |
| Returns: | nil |
| Part of Library: | PhysObj |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=PhysObj.OutputDebugInfo]PhysObj.OutputDebugInfo [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Prints info about the world's physics object. |
|---|---|
| Used on | |
| Code | local phys = GetWorldEntity():GetPhysicsObject() if (phys:IsValid()) then phys:OutputDebugInfo() end |
| Output | Debug info in console. |