Skip to content
alt:V JS Docs
Search
Meta
K
Main Navigation
Intro
API
Server
Client
Shared
Enums
Types
Interfaces
Guides
Team
💾 Download
GitHub
Twitter
Discord
Appearance
GitHub
Twitter
Discord
Menu
Return to top
On this page
Table of Contents for current page
Interface Definition
Documentation
IFireInfo
#
Interface Definition
#
ts
interface
IFireInfo
{
readonly
pos
:
shared
.
Vector3
;
readonly
weapon
:
number
;
};
Documentation
#