space_ex v0.1.0 SpaceEx.SpaceCenter.CrewMember

Represents crew in a vessel.

Can be obtained using SpaceEx.SpaceCenter.Vessel.get_crew/2.

Link to this section Summary

Functions

Whether the crew member is a badass

The crew members courage

The crew members experience

The crew members name

Whether the crew member is on a mission

The crew members stupidity

The type of crew member

Whether the crew member is a veteran

Whether the crew member is a badass

The crew members courage

The crew members experience

The crew members name

The crew members stupidity

Whether the crew member is a veteran

Link to this section Functions

Link to this function get_badass(conn, this)

Whether the crew member is a badass.

Link to this function get_courage(conn, this)

The crew members courage.

Link to this function get_experience(conn, this)

The crew members experience.

Link to this function get_name(conn, this)

The crew members name.

Link to this function get_on_mission(conn, this)

Whether the crew member is on a mission.

Link to this function get_stupidity(conn, this)

The crew members stupidity.

Link to this function get_type(conn, this)

The type of crew member.

Link to this function get_veteran(conn, this)

Whether the crew member is a veteran.

Link to this function set_badass(conn, this, value)

Whether the crew member is a badass.

Link to this function set_courage(conn, this, value)

The crew members courage.

Link to this function set_experience(conn, this, value)

The crew members experience.

Link to this function set_name(conn, this, value)

The crew members name.

Link to this function set_stupidity(conn, this, value)

The crew members stupidity.

Link to this function set_veteran(conn, this, value)

Whether the crew member is a veteran.