[][src]Trait sm_ext::ICallableApi

pub trait ICallableApi {
    fn push_int(&self, cell: i32) -> Result<(), SPError>;
fn push_float(&self, number: f32) -> Result<(), SPError>;
fn push_string(&self, string: &CStr) -> Result<(), SPError>; }

Required methods

fn push_int(&self, cell: i32) -> Result<(), SPError>

fn push_float(&self, number: f32) -> Result<(), SPError>

fn push_string(&self, string: &CStr) -> Result<(), SPError>

Loading content...

Implementors

impl ICallableApi for IChangeableForward[src]

impl ICallableApi for IForward[src]

impl ICallableApi for IPluginFunction[src]

Loading content...