Struct rlbot::flat::TinyPlayer [−][src]
pub struct TinyPlayer<'a> {
pub _tab: Table<'a>,
}Fields
_tab: Table<'a>
Methods
impl<'a> TinyPlayer<'a>[src]
impl<'a> TinyPlayer<'a>pub fn init_from_table(table: Table<'a>) -> Self[src]
pub fn init_from_table(table: Table<'a>) -> Selfpub fn create<'bldr: 'args, 'args: 'mut_bldr, 'mut_bldr>(
_fbb: &'mut_bldr mut FlatBufferBuilder<'bldr>,
args: &'args TinyPlayerArgs
) -> WIPOffset<TinyPlayer<'bldr>>[src]
pub fn create<'bldr: 'args, 'args: 'mut_bldr, 'mut_bldr>(
_fbb: &'mut_bldr mut FlatBufferBuilder<'bldr>,
args: &'args TinyPlayerArgs
) -> WIPOffset<TinyPlayer<'bldr>>pub const VT_LOCATION: VOffsetT
VT_LOCATION: VOffsetT = 4
pub const VT_ROTATION: VOffsetT
VT_ROTATION: VOffsetT = 6
pub const VT_VELOCITY: VOffsetT
VT_VELOCITY: VOffsetT = 8
pub const VT_HASWHEELCONTACT: VOffsetT
VT_HASWHEELCONTACT: VOffsetT = 10
pub const VT_ISSUPERSONIC: VOffsetT
VT_ISSUPERSONIC: VOffsetT = 12
pub const VT_TEAM: VOffsetT
VT_TEAM: VOffsetT = 14
pub const VT_BOOST: VOffsetT
VT_BOOST: VOffsetT = 16
pub fn location(&'a self) -> Option<&'a Vector3>[src]
pub fn location(&'a self) -> Option<&'a Vector3>pub fn rotation(&'a self) -> Option<&'a Rotator>[src]
pub fn rotation(&'a self) -> Option<&'a Rotator>pub fn velocity(&'a self) -> Option<&'a Vector3>[src]
pub fn velocity(&'a self) -> Option<&'a Vector3>pub fn hasWheelContact(&'a self) -> bool[src]
pub fn hasWheelContact(&'a self) -> boolpub fn isSupersonic(&'a self) -> bool[src]
pub fn isSupersonic(&'a self) -> boolpub fn team(&'a self) -> i32[src]
pub fn team(&'a self) -> i32pub fn boost(&'a self) -> i32[src]
pub fn boost(&'a self) -> i32Trait Implementations
impl<'a> Copy for TinyPlayer<'a>[src]
impl<'a> Copy for TinyPlayer<'a>impl<'a> Clone for TinyPlayer<'a>[src]
impl<'a> Clone for TinyPlayer<'a>fn clone(&self) -> TinyPlayer<'a>[src]
fn clone(&self) -> TinyPlayer<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> Debug for TinyPlayer<'a>[src]
impl<'a> Debug for TinyPlayer<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> PartialEq for TinyPlayer<'a>[src]
impl<'a> PartialEq for TinyPlayer<'a>fn eq(&self, other: &TinyPlayer<'a>) -> bool[src]
fn eq(&self, other: &TinyPlayer<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TinyPlayer<'a>) -> bool[src]
fn ne(&self, other: &TinyPlayer<'a>) -> boolThis method tests for !=.
impl<'a> Follow<'a> for TinyPlayer<'a>[src]
impl<'a> Follow<'a> for TinyPlayer<'a>Auto Trait Implementations
impl<'a> Send for TinyPlayer<'a>
impl<'a> Send for TinyPlayer<'a>impl<'a> Sync for TinyPlayer<'a>
impl<'a> Sync for TinyPlayer<'a>